#BB4CAE

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

Shades of Fuchsia #BB4CAE

Tints of Fuchsia #BB4CAE

Color information

#BB4CAE (or 0xBB4CAE) is unknown color: approx Fuchsia. HEX triplet: BB, 4C and AE. RGB value is (187,76,174). Sum of RGB (Red+Green+Blue) = 187+76+174=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAE is #44B351. Grayscale: #787878. Windows color (decimal): -4502354 or 11422907. OLE color: 11422907.

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

Color convert

RGB18776174-
CMYK00.590.070.27
HSL307.03º44.94%51.57%-
HSV(B)307.03º59.36%73.33%-
XYZ30.7218.7942.05-
YUV120.36158.27175.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=42.79%
G=17.39%
B=39.82%

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
Decimal1877617400.590.070.27307.0344.9451.57
HexBB4CAE03B71B1332d34
Octal2731142560737334635564
Binary10111011100110010101110011101111111011100110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4CAE; }

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

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

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

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

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

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

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

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