Html Css Color HEX #BA037A Medium Violet Red

📋 copy color: '#BA037A'

red 186 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #BA037A

Tints of Medium Violet Red #BA037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 59.81%
G = 0.96%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA037A (or 0xBA037A) is known color: Medium Violet Red. HEX triplet: BA, 03 and 7A. RGB value is (186,3,122). Sum of RGB (Red+Green+Blue) = 186+3+122=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA037A is #45FC85. Grayscale: #464646. Windows color (decimal): -4586630 or 7996346. OLE color: 7996346.

HSL color Cylindrical-coordinate representation of color #BA037A: hue angle of 320.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA037A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 122 -
CMYK 0 0.98 0.34 0.27
HSL 320.98º 0.97% 0.37% -
HSV(B) 320.98º 0.98% 0.73% -
XYZ 23.8 11.91 19.46 -
YUV 71.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 186 3 122 0 0.98 0.34 0.27 320.98 0.97 0.37
Hex BA 3 7A 0 62 22 1B 141 61 25
Octal 272 3 172 0 142 42 33 501 141 45
Binary 10111010 11 1111010 0 1100010 100010 11011 101000001 1100001 100101

Color Harmonies of #BA037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA037A

Black with #BA037A

Text Example


Text Example

White with #BA037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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