#BA70BB

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

Shades of Fuchsia #BA70BB

Tints of Fuchsia #BA70BB

Color information

#BA70BB (or 0xBA70BB) is unknown color: approx Fuchsia. HEX triplet: BA, 70 and BB. RGB value is (186,112,187). Sum of RGB (Red+Green+Blue) = 186+112+187=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70BB is #458F44. Grayscale: #8E8E8E. Windows color (decimal): -4558661 or 12284090. OLE color: 12284090.

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

Color convert

RGB186112187-
CMYK0.010.4000.27
HSL299.2º35.55%58.63%-
HSV(B)299.2º40.11%73.33%-
XYZ35.0125.6250.11-
YUV142.68153.02158.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=38.35%
G=23.09%
B=38.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861121870.010.4000.27299.235.5558.63
HexBA70BB12801B12b243b
Octal2721602731500334534473
Binary101110101110000101110111101000011011100101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70BB; }

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

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

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

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

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

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

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

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