#BB4DAE

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

Shades of Fuchsia #BB4DAE

Tints of Fuchsia #BB4DAE

Color information

#BB4DAE (or 0xBB4DAE) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and AE. RGB value is (187,77,174). Sum of RGB (Red+Green+Blue) = 187+77+174=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DAE is #44B251. Grayscale: #787878. Windows color (decimal): -4502098 or 11423163. OLE color: 11423163.

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

Color convert

RGB18777174-
CMYK00.590.070.27
HSL307.09º44.72%51.76%-
HSV(B)307.09º58.82%73.33%-
XYZ30.7918.9342.08-
YUV120.95157.94175.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=42.69%
G=17.58%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877717400.590.070.27307.0944.7251.76
HexBB4DAE03B71B1332d34
Octal2731152560737334635564
Binary10111011100110110101110011101111111011100110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DAE; }

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

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

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

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

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

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

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

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