#BB3EAF

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

Shades of Fuchsia #BB3EAF

Tints of Fuchsia #BB3EAF

Color information

#BB3EAF (or 0xBB3EAF) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and AF. RGB value is (187,62,175). Sum of RGB (Red+Green+Blue) = 187+62+175=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3EAF is #44C150. Grayscale: #6F6F6F. Windows color (decimal): -4505937 or 11484859. OLE color: 11484859.

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

Color convert

RGB18762175-
CMYK00.670.060.27
HSL305.76º50.2%48.82%-
HSV(B)305.76º66.84%73.33%-
XYZ29.9517.1142.28-
YUV112.26163.41181.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 62 (24.61% from 255) = 14.62%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=44.10%
G=14.62%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876217500.670.060.27305.7650.248.82
HexBB3EAF04361B1323231
Octal2737625701036334626261
Binary10111011111110101011110100001111011011100110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EAF; }

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

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

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

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

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

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

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

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