#BB70AE

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

Shades of Fuchsia #BB70AE

Tints of Fuchsia #BB70AE

Color information

#BB70AE (or 0xBB70AE) is unknown color: approx Fuchsia. HEX triplet: BB, 70 and AE. RGB value is (187,112,174). Sum of RGB (Red+Green+Blue) = 187+112+174=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AE is #448F51. Grayscale: #8D8D8D. Windows color (decimal): -4493138 or 11432123. OLE color: 11432123.

HSL color Cylindrical-coordinate representation of color #BB70AE: hue angle of 310.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70AE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187112174-
CMYK00.400.070.27
HSL310.4º35.55%58.63%-
HSV(B)310.4º40.11%73.33%-
XYZ33.9325.2143.12-
YUV141.49146.35160.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=39.53%
G=23.68%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711217400.400.070.27310.435.5558.63
HexBB70AE02871B136243b
Octal2731602560507334664473
Binary10111011111000010101110010100011111011100110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70AE; }

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

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

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

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

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

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

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

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