#BB5BB5

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

Shades of Fuchsia #BB5BB5

Tints of Fuchsia #BB5BB5

Color information

#BB5BB5 (or 0xBB5BB5) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and B5. RGB value is (187,91,181). Sum of RGB (Red+Green+Blue) = 187+91+181=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BB5 is #44A44A. Grayscale: #818181. Windows color (decimal): -4498507 or 11885499. OLE color: 11885499.

HSL color Cylindrical-coordinate representation of color #BB5BB5: hue angle of 303.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18791181-
CMYK00.510.030.27
HSL303.75º41.38%54.51%-
HSV(B)303.75º51.34%73.33%-
XYZ32.5821.3846.13-
YUV129.96156.8168.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=40.74%
G=19.83%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879118100.510.030.27303.7541.3854.51
HexBB5BB503331B1302937
Octal2731332650633334605167
Binary1011101110110111011010101100111111011100110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BB5; }

 p { color: rgb(187,91,181); }

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

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

 a { background-color: rgb(187,91,181); }

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

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

 span { border-color: rgb(187,91,181); }

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