Html Css Color HEX #BA0A71 Medium Violet Red

📋 copy color: '#BA0A71'

red 186 ◦ green 10 ◦ blue 113

#BA0A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BA0A71

Tints of Medium Violet Red #BA0A71

RGB

 RED value IS 186 (73.05% from 255) = 60.19%

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 60.19%
G = 3.24%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0A71 (or 0xBA0A71) is known color: Medium Violet Red. HEX triplet: BA, 0A and 71. RGB value is (186,10,113). Sum of RGB (Red+Green+Blue) = 186+10+113=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A71 is #45F58E. Grayscale: #4A4A4A. Windows color (decimal): -4584847 or 7408314. OLE color: 7408314.

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

Color convert

RGB 186 10 113 -
CMYK 0 0.95 0.39 0.27
HSL 324.89º 0.9% 0.38% -
HSV(B) 324.89º 0.95% 0.73% -
XYZ 23.34 11.85 16.68 -
YUV 74.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 186 10 113 0 0.95 0.39 0.27 324.89 0.9 0.38
Hex BA A 71 0 5F 27 1B 145 5A 26
Octal 272 12 161 0 137 47 33 505 132 46
Binary 10111010 1010 1110001 0 1011111 100111 11011 101000101 1011010 100110

Color Harmonies of #BA0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A71

Black with #BA0A71

Text Example


Text Example

White with #BA0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A71; }

 p { color: rgb(186,10,113); }

 H1.HeaderClassName
 {
   color: #BA0A71;
 }
 .AnyTagClassName
 {
   color: #BA0A71;
 }
</style>

background-color css

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

 a { background-color: rgb(186,10,113); }

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

border-color css

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

 span { border-color: rgb(186,10,113); }

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