#BB5BB7

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

Shades of Fuchsia #BB5BB7

Tints of Fuchsia #BB5BB7

Color information

#BB5BB7 (or 0xBB5BB7) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and B7. RGB value is (187,91,183). Sum of RGB (Red+Green+Blue) = 187+91+183=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BB7 is #44A448. Grayscale: #818181. Windows color (decimal): -4498505 or 12016571. OLE color: 12016571.

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

Color convert

RGB18791183-
CMYK00.510.020.27
HSL302.5º41.38%54.51%-
HSV(B)302.5º51.34%73.33%-
XYZ32.7821.4747.22-
YUV130.19157.8168.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=40.56%
G=19.74%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879118300.510.020.27302.541.3854.51
HexBB5BB703321B12e2937
Octal2731332670632334565167
Binary1011101110110111011011101100111011011100101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BB7; }

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

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

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

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

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

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

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

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