#b950c7

Color #B950C7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B950C7

Tints of Fuchsia #B950C7

Color information

#B950C7 (or 0xB950C7) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and C7. RGB value is (185,80,199). Sum of RGB (Red+Green+Blue) = 185+80+199=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #B950C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950C7 is #46AF38. Grayscale: #7C7C7C. Windows color (decimal): -4632377 or 13062329. OLE color: 13062329.

HSL color Cylindrical-coordinate representation of color #B950C7: hue angle of 292.94º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B950C7 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18580199-
CMYK0.070.6000.22
HSL292.94º51.52%54.71%-
HSV(B)292.94º59.8%78.04%-
XYZ33.1920.1856.18-
YUV124.96169.79170.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=39.87%
G=17.24%
B=42.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185801990.070.6000.22292.9451.5254.71
HexB950C773C0161253437
Octal2711203077740264456467
Binary10111001101000011000111111111100010110100100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b950c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b950c7; }

 p { color: rgb(185,80,199); }

 H1.HeaderClassName
 {
   color: #b950c7;
 }
 .AnyTagClassName
 {
   color: #b950c7;
 }
</style>
background-color css

<style>
 a { background-color: #b950c7; }

 a { background-color: rgb(185,80,199); }

 div.DivClassName
 {
   background-color: #b950c7;
 }
 .BgClassName
 {
   background-color: #b950c7;
 }
</style>
border-color css

<style>
 span { border-color: #b950c7; }

 span { border-color: rgb(185,80,199); }

 td.TdClassName
 {
   border-color: #b950c7;
 }
 .TagClassName
 {
   border-color: #b950c7;
 }
</style>