#BA08A6

Color #BA08A6 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA08A6

Tints of Medium Violet Red #BA08A6

Color information

#BA08A6 (or 0xBA08A6) is unknown color: approx Medium Violet Red. HEX triplet: BA, 08 and A6. RGB value is (186,8,166). Sum of RGB (Red+Green+Blue) = 186+8+166=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA08A6 is #45F759. Grayscale: #4E4E4E. Windows color (decimal): -4585306 or 10881210. OLE color: 10881210.

HSL color Cylindrical-coordinate representation of color #BA08A6: hue angle of 306.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1868166-
CMYK00.960.110.27
HSL306.74º91.75%38.04%-
HSV(B)306.74º95.7%72.94%-
XYZ27.2213.3737.22-
YUV79.23176.97204.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 8 (3.52% from 255) = 2.22%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=51.67%
G=2.22%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186816600.960.110.27306.7491.7538.04
HexBA8A6060B1B1335c26
Octal272102460140133346313446
Binary10111010100010100110011000001011110111001100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA08A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA08A6; }

 p { color: rgb(186,8,166); }

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

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

 a { background-color: rgb(186,8,166); }

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

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

 span { border-color: rgb(186,8,166); }

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