#B962C3

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

Shades of Fuchsia #B962C3

Tints of Fuchsia #B962C3

Color information

#B962C3 (or 0xB962C3) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and C3. RGB value is (185,98,195). Sum of RGB (Red+Green+Blue) = 185+98+195=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #B962C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962C3 is #469D3C. Grayscale: #868686. Windows color (decimal): -4627773 or 12804793. OLE color: 12804793.

HSL color Cylindrical-coordinate representation of color #B962C3: hue angle of 293.81º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B962C3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18598195-
CMYK0.050.5000.24
HSL293.81º44.7%57.45%-
HSV(B)293.81º49.74%76.47%-
XYZ34.2322.9954.26-
YUV135.07161.82163.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=38.70%
G=20.50%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185981950.050.5000.24293.8144.757.45
HexB962C35320181262d39
Octal2711423035620304465571
Binary10111001110001011000011101110010011000100100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962C3; }

 p { color: rgb(185,98,195); }

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

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

 a { background-color: rgb(185,98,195); }

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

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

 span { border-color: rgb(185,98,195); }

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