#BB6BB8

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

Shades of Fuchsia #BB6BB8

Tints of Fuchsia #BB6BB8

Color information

#BB6BB8 (or 0xBB6BB8) is unknown color: approx Fuchsia. HEX triplet: BB, 6B and B8. RGB value is (187,107,184). Sum of RGB (Red+Green+Blue) = 187+107+184=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BB8 is #449447. Grayscale: #8B8B8B. Windows color (decimal): -4494408 or 12086203. OLE color: 12086203.

HSL color Cylindrical-coordinate representation of color #BB6BB8: hue angle of 302.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BB8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187107184-
CMYK00.430.020.27
HSL302.25º37.04%57.65%-
HSV(B)302.25º42.78%73.33%-
XYZ34.424.5448.27-
YUV139.7153161.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 184 (72.27% from 255) = 38.49%
R=39.12%
G=22.38%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710718400.430.020.27302.2537.0457.65
HexBB6BB802B21B12e253a
Octal2731532700532334564572
Binary1011101111010111011100001010111011011100101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BB8; }

 p { color: rgb(187,107,184); }

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

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

 a { background-color: rgb(187,107,184); }

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

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

 span { border-color: rgb(187,107,184); }

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