#BB58B0

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

Shades of Fuchsia #BB58B0

Tints of Fuchsia #BB58B0

Color information

#BB58B0 (or 0xBB58B0) is unknown color: approx Fuchsia. HEX triplet: BB, 58 and B0. RGB value is (187,88,176). Sum of RGB (Red+Green+Blue) = 187+88+176=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58B0 is #44A74F. Grayscale: #7F7F7F. Windows color (decimal): -4499280 or 11557051. OLE color: 11557051.

HSL color Cylindrical-coordinate representation of color #BB58B0: hue angle of 306.67º 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 #BB58B0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18788176-
CMYK00.530.060.27
HSL306.67º42.13%53.92%-
HSV(B)306.67º52.94%73.33%-
XYZ31.8220.6843.39-
YUV127.63155.3170.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 88 (34.77% from 255) = 19.51%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878817600.530.060.27306.6742.1353.92
HexBB58B003561B1332a36
Octal2731302600656334635266
Binary10111011101100010110000011010111011011100110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58B0; }

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

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

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

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

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

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

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

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