#BB4ABF

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

Shades of Fuchsia #BB4ABF

Tints of Fuchsia #BB4ABF

Color information

#BB4ABF (or 0xBB4ABF) is unknown color: approx Fuchsia. HEX triplet: BB, 4A and BF. RGB value is (187,74,191). Sum of RGB (Red+Green+Blue) = 187+74+191=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ABF is #44B540. Grayscale: #787878. Windows color (decimal): -4502849 or 12536507. OLE color: 12536507.

HSL color Cylindrical-coordinate representation of color #BB4ABF: hue angle of 297.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4ABF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18774191-
CMYK0.020.6100.25
HSL297.95º47.76%51.96%-
HSV(B)297.95º61.26%74.9%-
XYZ32.3519.2251.3-
YUV121.12167.44174.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 191 (75% from 255) = 42.26%
R=41.37%
G=16.37%
B=42.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187741910.020.6100.25297.9547.7651.96
HexBB4ABF23D01912a3034
Octal2731122772750314526064
Binary1011101110010101011111110111101011001100101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4ABF; }

 p { color: rgb(187,74,191); }

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

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

 a { background-color: rgb(187,74,191); }

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

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

 span { border-color: rgb(187,74,191); }

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