#BB36BE

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

Shades of Fuchsia #BB36BE

Tints of Fuchsia #BB36BE

Color information

#BB36BE (or 0xBB36BE) is unknown color: approx Fuchsia. HEX triplet: BB, 36 and BE. RGB value is (187,54,190). Sum of RGB (Red+Green+Blue) = 187+54+190=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36BE is #44C941. Grayscale: #6C6C6C. Windows color (decimal): -4507970 or 12465851. OLE color: 12465851.

HSL color Cylindrical-coordinate representation of color #BB36BE: hue angle of 298.68º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB36BE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18754190-
CMYK0.020.7200.25
HSL298.68º55.74%47.84%-
HSV(B)298.68º71.58%74.51%-
XYZ31.1116.9250.34-
YUV109.27173.56183.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 54 (21.48% from 255) = 12.53%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=43.39%
G=12.53%
B=44.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187541900.020.7200.25298.6855.7447.84
HexBB36BE24801912b3830
Octal2736627621100314537060
Binary1011101111011010111110101001000011001100101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36BE; }

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

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

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

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

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

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

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

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