#BB5EBC

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

Shades of Fuchsia #BB5EBC

Tints of Fuchsia #BB5EBC

Color information

#BB5EBC (or 0xBB5EBC) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and BC. RGB value is (187,94,188). Sum of RGB (Red+Green+Blue) = 187+94+188=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EBC is #44A143. Grayscale: #848484. Windows color (decimal): -4497732 or 12345019. OLE color: 12345019.

HSL color Cylindrical-coordinate representation of color #BB5EBC: hue angle of 299.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5EBC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18794188-
CMYK0.010.5000.26
HSL299.36º41.23%55.29%-
HSV(B)299.36º50%73.73%-
XYZ33.5722.250.09-
YUV132.52159.31166.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=39.87%
G=20.04%
B=40.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187941880.010.5000.26299.3641.2355.29
HexBB5EBC13201A12b2937
Octal2731362741620324535167
Binary101110111011110101111001110010011010100101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EBC; }

 p { color: rgb(187,94,188); }

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

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

 a { background-color: rgb(187,94,188); }

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

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

 span { border-color: rgb(187,94,188); }

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