#BB36CA

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

Shades of Fuchsia #BB36CA

Tints of Fuchsia #BB36CA

Color information

#BB36CA (or 0xBB36CA) is unknown color: approx Fuchsia. HEX triplet: BB, 36 and CA. RGB value is (187,54,202). Sum of RGB (Red+Green+Blue) = 187+54+202=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB36CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36CA is #44C935. Grayscale: #6E6E6E. Windows color (decimal): -4507958 or 13252283. OLE color: 13252283.

HSL color Cylindrical-coordinate representation of color #BB36CA: hue angle of 293.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB36CA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18754202-
CMYK0.070.7300.21
HSL293.92º58.27%50.2%-
HSV(B)293.92º73.27%79.22%-
XYZ32.4717.4757.54-
YUV110.64179.56182.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=42.21%
G=12.19%
B=45.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187542020.070.7300.21293.9258.2750.2
HexBB36CA7490151263a32
Octal2736631271110254467262
Binary10111011110110110010101111001001010101100100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36CA; }

 p { color: rgb(187,54,202); }

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

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

 a { background-color: rgb(187,54,202); }

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

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

 span { border-color: rgb(187,54,202); }

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