#BB70AF

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

Shades of Fuchsia #BB70AF

Tints of Fuchsia #BB70AF

Color information

#BB70AF (or 0xBB70AF) is unknown color: approx Fuchsia. HEX triplet: BB, 70 and AF. RGB value is (187,112,175). Sum of RGB (Red+Green+Blue) = 187+112+175=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AF is #448F50. Grayscale: #8D8D8D. Windows color (decimal): -4493137 or 11497659. OLE color: 11497659.

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

Color convert

RGB187112175-
CMYK00.400.060.27
HSL309.6º35.55%58.63%-
HSV(B)309.6º40.11%73.33%-
XYZ34.0325.2543.64-
YUV141.61146.85160.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=39.45%
G=23.63%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711217500.400.060.27309.635.5558.63
HexBB70AF02861B136243b
Octal2731602570506334664473
Binary10111011111000010101111010100011011011100110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70AF; }

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

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

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

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

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

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

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

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