Html Css Color HEX #BA1072 Medium Violet Red

📋 copy color: '#BA1072'

red 186 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #BA1072

Tints of Medium Violet Red #BA1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 58.86%
G = 5.06%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA1072 (or 0xBA1072) is known color: Medium Violet Red. HEX triplet: BA, 10 and 72. RGB value is (186,16,114). Sum of RGB (Red+Green+Blue) = 186+16+114=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1072 is #45EF8D. Grayscale: #4D4D4D. Windows color (decimal): -4583310 or 7475386. OLE color: 7475386.

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

Color convert

RGB 186 16 114 -
CMYK 0 0.91 0.39 0.27
HSL 325.41º 0.84% 0.4% -
HSV(B) 325.41º 0.91% 0.73% -
XYZ 23.47 12.02 17 -
YUV 78 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 186 16 114 0 0.91 0.39 0.27 325.41 0.84 0.4
Hex BA 10 72 0 5B 27 1B 145 54 28
Octal 272 20 162 0 133 47 33 505 124 50
Binary 10111010 10000 1110010 0 1011011 100111 11011 101000101 1010100 101000

Color Harmonies of #BA1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1072

Black with #BA1072

Text Example


Text Example

White with #BA1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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