#BB5FB9

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

Shades of Fuchsia #BB5FB9

Tints of Fuchsia #BB5FB9

Color information

#BB5FB9 (or 0xBB5FB9) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and B9. RGB value is (187,95,185). Sum of RGB (Red+Green+Blue) = 187+95+185=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FB9 is #44A046. Grayscale: #848484. Windows color (decimal): -4497479 or 12148667. OLE color: 12148667.

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

Color convert

RGB18795185-
CMYK00.490.010.27
HSL301.3º40.35%55.29%-
HSV(B)301.3º49.2%73.33%-
XYZ33.3422.2548.44-
YUV132.77157.48166.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=40.04%
G=20.34%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879518500.490.010.27301.340.3555.29
HexBB5FB903111B12d2837
Octal2731372710611334555067
Binary101110111011111101110010110001111011100101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FB9; }

 p { color: rgb(187,95,185); }

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

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

 a { background-color: rgb(187,95,185); }

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

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

 span { border-color: rgb(187,95,185); }

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