#BB6ABE

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

Shades of Fuchsia #BB6ABE

Tints of Fuchsia #BB6ABE

Color information

#BB6ABE (or 0xBB6ABE) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and BE. RGB value is (187,106,190). Sum of RGB (Red+Green+Blue) = 187+106+190=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ABE is #449541. Grayscale: #8B8B8B. Windows color (decimal): -4494658 or 12479163. OLE color: 12479163.

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

Color convert

RGB187106190-
CMYK0.020.4400.25
HSL297.86º39.25%58.04%-
HSV(B)297.86º44.21%74.51%-
XYZ34.9424.5951.62-
YUV139.79156.34161.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=38.72%
G=21.95%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871061900.020.4400.25297.8639.2558.04
HexBB6ABE22C01912a273a
Octal2731522762540314524772
Binary1011101111010101011111010101100011001100101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ABE; }

 p { color: rgb(187,106,190); }

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

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

 a { background-color: rgb(187,106,190); }

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

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

 span { border-color: rgb(187,106,190); }

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