#BB57BE

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

Shades of Fuchsia #BB57BE

Tints of Fuchsia #BB57BE

Color information

#BB57BE (or 0xBB57BE) is unknown color: approx Fuchsia. HEX triplet: BB, 57 and BE. RGB value is (187,87,190). Sum of RGB (Red+Green+Blue) = 187+87+190=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57BE is #44A841. Grayscale: #808080. Windows color (decimal): -4499522 or 12474299. OLE color: 12474299.

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

Color convert

RGB18787190-
CMYK0.020.5400.25
HSL298.25º44.21%54.31%-
HSV(B)298.25º54.21%74.51%-
XYZ33.221.151.04-
YUV128.64162.63169.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=40.30%
G=18.75%
B=40.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187871900.020.5400.25298.2544.2154.31
HexBB57BE23601912a2c36
Octal2731272762660314525466
Binary1011101110101111011111010110110011001100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57BE; }

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

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

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

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

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

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

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

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