Html Css Color HEX #BA037C Medium Violet Red

📋 copy color: '#BA037C'

red 186 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #BA037C

Tints of Medium Violet Red #BA037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 59.42%
G = 0.96%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA037C (or 0xBA037C) is known color: Medium Violet Red. HEX triplet: BA, 03 and 7C. RGB value is (186,3,124). Sum of RGB (Red+Green+Blue) = 186+3+124=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA037C is #45FC83. Grayscale: #474747. Windows color (decimal): -4586628 or 8127418. OLE color: 8127418.

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

Color convert

RGB 186 3 124 -
CMYK 0 0.98 0.33 0.27
HSL 320.33º 0.97% 0.37% -
HSV(B) 320.33º 0.98% 0.73% -
XYZ 23.92 11.96 20.12 -
YUV 71.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 186 3 124 0 0.98 0.33 0.27 320.33 0.97 0.37
Hex BA 3 7C 0 62 21 1B 140 61 25
Octal 272 3 174 0 142 41 33 500 141 45
Binary 10111010 11 1111100 0 1100010 100001 11011 101000000 1100001 100101

Color Harmonies of #BA037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA037C

Black with #BA037C

Text Example


Text Example

White with #BA037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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