Html Css Color HEX #BA0D81 Medium Violet Red

📋 copy color: '#BA0D81'

red 186 ◦ green 13 ◦ blue 129

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

Shades of Medium Violet Red #BA0D81

Tints of Medium Violet Red #BA0D81

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.96%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 56.71%
G = 3.96%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0D81 (or 0xBA0D81) is known color: Medium Violet Red. HEX triplet: BA, 0D and 81. RGB value is (186,13,129). Sum of RGB (Red+Green+Blue) = 186+13+129=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0D81 is #45F27E. Grayscale: #4D4D4D. Windows color (decimal): -4584063 or 8457658. OLE color: 8457658.

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

Color convert

RGB 186 13 129 -
CMYK 0 0.93 0.31 0.27
HSL 319.77º 0.87% 0.39% -
HSV(B) 319.77º 0.93% 0.73% -
XYZ 24.36 12.31 21.86 -
YUV 77.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 186 13 129 0 0.93 0.31 0.27 319.77 0.87 0.39
Hex BA D 81 0 5D 1F 1B 140 57 27
Octal 272 15 201 0 135 37 33 500 127 47
Binary 10111010 1101 10000001 0 1011101 11111 11011 101000000 1010111 100111

Color Harmonies of #BA0D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D81

Black with #BA0D81

Text Example


Text Example

White with #BA0D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D81; }

 p { color: rgb(186,13,129); }

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

background-color css

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

 a { background-color: rgb(186,13,129); }

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

border-color css

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

 span { border-color: rgb(186,13,129); }

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