#BB3EAE

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

Shades of Fuchsia #BB3EAE

Tints of Fuchsia #BB3EAE

Color information

#BB3EAE (or 0xBB3EAE) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and AE. RGB value is (187,62,174). Sum of RGB (Red+Green+Blue) = 187+62+174=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3EAE is #44C151. Grayscale: #6F6F6F. Windows color (decimal): -4505938 or 11419323. OLE color: 11419323.

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

Color convert

RGB18762174-
CMYK00.670.070.27
HSL306.24º50.2%48.82%-
HSV(B)306.24º66.84%73.33%-
XYZ29.8617.0741.76-
YUV112.14162.91181.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 62 (24.61% from 255) = 14.66%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=44.21%
G=14.66%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876217400.670.070.27306.2450.248.82
HexBB3EAE04371B1323231
Octal2737625601037334626261
Binary10111011111110101011100100001111111011100110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EAE; }

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

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

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

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

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

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

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

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