#BB58B1

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

Shades of Fuchsia #BB58B1

Tints of Fuchsia #BB58B1

Color information

#BB58B1 (or 0xBB58B1) is unknown color: approx Fuchsia. HEX triplet: BB, 58 and B1. RGB value is (187,88,177). Sum of RGB (Red+Green+Blue) = 187+88+177=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58B1 is #44A74E. Grayscale: #7F7F7F. Windows color (decimal): -4499279 or 11622587. OLE color: 11622587.

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

Color convert

RGB18788177-
CMYK00.530.050.27
HSL306.06º42.13%53.92%-
HSV(B)306.06º52.94%73.33%-
XYZ31.9220.7243.91-
YUV127.75155.8170.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=41.37%
G=19.47%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878817700.530.050.27306.0642.1353.92
HexBB58B103551B1322a36
Octal2731302610655334625266
Binary10111011101100010110001011010110111011100110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58B1; }

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

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

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

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

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

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

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

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