Html Css Color HEX #BA0372 Medium Violet Red

📋 copy color: '#BA0372'

red 186 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #BA0372

Tints of Medium Violet Red #BA0372

RGB

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

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

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

R = 61.39%
G = 0.99%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0372 (or 0xBA0372) is known color: Medium Violet Red. HEX triplet: BA, 03 and 72. RGB value is (186,3,114). Sum of RGB (Red+Green+Blue) = 186+3+114=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0372 is #45FC8D. Grayscale: #464646. Windows color (decimal): -4586638 or 7472058. OLE color: 7472058.

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

Color convert

RGB 186 3 114 -
CMYK 0 0.98 0.39 0.27
HSL 323.61º 0.97% 0.37% -
HSV(B) 323.61º 0.98% 0.73% -
XYZ 23.32 11.72 16.95 -
YUV 70.37 152.63 210.47 -
System Red Green Blue C M Y K H S L
Decimal 186 3 114 0 0.98 0.39 0.27 323.61 0.97 0.37
Hex BA 3 72 0 62 27 1B 144 61 25
Octal 272 3 162 0 142 47 33 504 141 45
Binary 10111010 11 1110010 0 1100010 100111 11011 101000100 1100001 100101

Color Harmonies of #BA0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0372

Black with #BA0372

Text Example


Text Example

White with #BA0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0372; }

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

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

background-color css

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

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

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

border-color css

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

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

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