#BA009D

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

Shades of Medium Violet Red #BA009D

Tints of Medium Violet Red #BA009D

Color information

#BA009D (or 0xBA009D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 9D. RGB value is (186,0,157). Sum of RGB (Red+Green+Blue) = 186+0+157=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009D is #45FF62. Grayscale: #494949. Windows color (decimal): -4587363 or 10289338. OLE color: 10289338.

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

Color convert

RGB1860157-
CMYK010.160.27
HSL309.35º100%36.47%-
HSV(B)309.35º100%72.94%-
XYZ26.3412.8733-
YUV73.51175.12208.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=54.23%
G=0%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860157010.160.27309.3510036.47
HexBA09D064101B1356424
Octal27202350144203346514444
Binary101110100100111010110010010000110111001101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA009D; }

 p { color: rgb(186,0,157); }

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

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

 a { background-color: rgb(186,0,157); }

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

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

 span { border-color: rgb(186,0,157); }

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