#B866C3

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

Shades of Fuchsia #B866C3

Tints of Fuchsia #B866C3

Color information

#B866C3 (or 0xB866C3) is unknown color: approx Fuchsia. HEX triplet: B8, 66 and C3. RGB value is (184,102,195). Sum of RGB (Red+Green+Blue) = 184+102+195=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #B866C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866C3 is #47993C. Grayscale: #888888. Windows color (decimal): -4692285 or 12805816. OLE color: 12805816.

HSL color Cylindrical-coordinate representation of color #B866C3: hue angle of 292.9º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B866C3 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184102195-
CMYK0.060.4800.24
HSL292.9º43.66%58.24%-
HSV(B)292.9º47.69%76.47%-
XYZ34.3723.6354.38-
YUV137.12160.67161.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=38.25%
G=21.21%
B=40.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841021950.060.4800.24292.943.6658.24
HexB866C36300181252c3a
Octal2701463036600304455472
Binary10111000110011011000011110110000011000100100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866C3; }

 p { color: rgb(184,102,195); }

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

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

 a { background-color: rgb(184,102,195); }

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

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

 span { border-color: rgb(184,102,195); }

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