#BA007A

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

Shades of Medium Violet Red #BA007A

Tints of Medium Violet Red #BA007A

Color information

#BA007A (or 0xBA007A) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 7A. RGB value is (186,0,122). Sum of RGB (Red+Green+Blue) = 186+0+122=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007A is #45FF85. Grayscale: #454545. Windows color (decimal): -4587398 or 7995578. OLE color: 7995578.

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

Color convert

RGB1860122-
CMYK010.340.27
HSL320.65º100%36.47%-
HSV(B)320.65º100%72.94%-
XYZ23.7611.8419.45-
YUV69.52157.62211.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=60.39%
G=0%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860122010.340.27320.6510036.47
HexBA07A064221B1416424
Octal27201720144423350114444
Binary101110100111101001100100100010110111010000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA007A; }

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

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

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

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

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

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

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

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