Html Css Color HEX #BA0B72 Medium Violet Red

📋 copy color: '#BA0B72'

red 186 ◦ green 11 ◦ blue 114

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

Shades of Medium Violet Red #BA0B72

Tints of Medium Violet Red #BA0B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 59.81%
G = 3.54%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0B72 (or 0xBA0B72) is known color: Medium Violet Red. HEX triplet: BA, 0B and 72. RGB value is (186,11,114). Sum of RGB (Red+Green+Blue) = 186+11+114=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B72 is #45F48D. Grayscale: #4A4A4A. Windows color (decimal): -4584590 or 7474106. OLE color: 7474106.

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

Color convert

RGB 186 11 114 -
CMYK 0 0.94 0.39 0.27
HSL 324.69º 0.89% 0.39% -
HSV(B) 324.69º 0.94% 0.73% -
XYZ 23.41 11.89 16.98 -
YUV 75.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 186 11 114 0 0.94 0.39 0.27 324.69 0.89 0.39
Hex BA B 72 0 5E 27 1B 145 59 27
Octal 272 13 162 0 136 47 33 505 131 47
Binary 10111010 1011 1110010 0 1011110 100111 11011 101000101 1011001 100111

Color Harmonies of #BA0B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B72

Black with #BA0B72

Text Example


Text Example

White with #BA0B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B72; }

 p { color: rgb(186,11,114); }

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

background-color css

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

 a { background-color: rgb(186,11,114); }

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

border-color css

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

 span { border-color: rgb(186,11,114); }

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