#BB58A8

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

Shades of Fuchsia #BB58A8

Tints of Fuchsia #BB58A8

Color information

#BB58A8 (or 0xBB58A8) is unknown color: approx Fuchsia. HEX triplet: BB, 58 and A8. RGB value is (187,88,168). Sum of RGB (Red+Green+Blue) = 187+88+168=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58A8 is #44A757. Grayscale: #7E7E7E. Windows color (decimal): -4499288 or 11032763. OLE color: 11032763.

HSL color Cylindrical-coordinate representation of color #BB58A8: hue angle of 311.52º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB58A8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18788168-
CMYK00.530.100.27
HSL311.52º42.13%53.92%-
HSV(B)311.52º52.94%73.33%-
XYZ31.0520.3739.34-
YUV126.72151.3171-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=42.21%
G=19.86%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878816800.530.100.27311.5242.1353.92
HexBB58A8035A1B1382a36
Octal27313025006512334705266
Binary101110111011000101010000110101101011011100111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58A8; }

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

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

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

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

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

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

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

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