#BB4DB7

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

Shades of Fuchsia #BB4DB7

Tints of Fuchsia #BB4DB7

Color information

#BB4DB7 (or 0xBB4DB7) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and B7. RGB value is (187,77,183). Sum of RGB (Red+Green+Blue) = 187+77+183=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DB7 is #44B248. Grayscale: #797979. Windows color (decimal): -4502089 or 12012987. OLE color: 12012987.

HSL color Cylindrical-coordinate representation of color #BB4DB7: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18777183-
CMYK00.590.020.27
HSL302.18º44.72%51.76%-
HSV(B)302.18º58.82%73.33%-
XYZ31.6919.2946.85-
YUV121.97162.44174.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=41.83%
G=17.23%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877718300.590.020.27302.1844.7251.76
HexBB4DB703B21B12e2d34
Octal2731152670732334565564
Binary1011101110011011011011101110111011011100101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DB7; }

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

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

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

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

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

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

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

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