#BB58BC

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

Shades of Fuchsia #BB58BC

Tints of Fuchsia #BB58BC

Color information

#BB58BC (or 0xBB58BC) is unknown color: approx Fuchsia. HEX triplet: BB, 58 and BC. RGB value is (187,88,188). Sum of RGB (Red+Green+Blue) = 187+88+188=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB58BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58BC is #44A743. Grayscale: #808080. Windows color (decimal): -4499268 or 12343483. OLE color: 12343483.

HSL color Cylindrical-coordinate representation of color #BB58BC: hue angle of 299.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB58BC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18788188-
CMYK0.010.5300.26
HSL299.4º42.74%54.12%-
HSV(B)299.4º53.19%73.73%-
XYZ33.0621.1849.92-
YUV129161.3169.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=40.39%
G=19.01%
B=40.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187881880.010.5300.26299.442.7454.12
HexBB58BC13501A12b2b36
Octal2731302741650324535366
Binary101110111011000101111001110101011010100101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58BC; }

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

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

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

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

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

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

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

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