#BB3CB6

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

Shades of Fuchsia #BB3CB6

Tints of Fuchsia #BB3CB6

Color information

#BB3CB6 (or 0xBB3CB6) is unknown color: approx Fuchsia. HEX triplet: BB, 3C and B6. RGB value is (187,60,182). Sum of RGB (Red+Green+Blue) = 187+60+182=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CB6 is #44C349. Grayscale: #6F6F6F. Windows color (decimal): -4506442 or 11943099. OLE color: 11943099.

HSL color Cylindrical-coordinate representation of color #BB3CB6: hue angle of 302.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3CB6 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18760182-
CMYK00.680.030.27
HSL302.36º51.42%48.43%-
HSV(B)302.36º67.91%73.33%-
XYZ30.5517.1745.96-
YUV111.88167.58181.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=43.59%
G=13.99%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876018200.680.030.27302.3651.4248.43
HexBB3CB604431B12e3330
Octal2737426601043334566360
Binary1011101111110010110110010001001111011100101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3CB6; }

 p { color: rgb(187,60,182); }

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

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

 a { background-color: rgb(187,60,182); }

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

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

 span { border-color: rgb(187,60,182); }

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