#B868BC

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

Shades of Fuchsia #B868BC

Tints of Fuchsia #B868BC

Color information

#B868BC (or 0xB868BC) is unknown color: approx Fuchsia. HEX triplet: B8, 68 and BC. RGB value is (184,104,188). Sum of RGB (Red+Green+Blue) = 184+104+188=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #B868BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868BC is #479743. Grayscale: #898989. Windows color (decimal): -4691780 or 12347576. OLE color: 12347576.

HSL color Cylindrical-coordinate representation of color #B868BC: hue angle of 297.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B868BC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184104188-
CMYK0.020.4500.26
HSL297.14º38.53%57.25%-
HSV(B)297.14º44.68%73.73%-
XYZ33.7923.7250.37-
YUV137.5156.5161.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=38.66%
G=21.85%
B=39.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841041880.020.4500.26297.1438.5357.25
HexB868BC22D01A1292739
Octal2701502742550324514771
Binary1011100011010001011110010101101011010100101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868BC; }

 p { color: rgb(184,104,188); }

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

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

 a { background-color: rgb(184,104,188); }

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

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

 span { border-color: rgb(184,104,188); }

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