Html Css Color HEX #BA2070 Medium Violet Red

📋 copy color: '#BA2070'

red 186 ◦ green 32 ◦ blue 112

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

Shades of Medium Violet Red #BA2070

Tints of Medium Violet Red #BA2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 56.36%
G = 9.7%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA2070 (or 0xBA2070) is known color: Medium Violet Red. HEX triplet: BA, 20 and 70. RGB value is (186,32,112). Sum of RGB (Red+Green+Blue) = 186+32+112=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2070 is #45DF8F. Grayscale: #575757. Windows color (decimal): -4579216 or 7348410. OLE color: 7348410.

HSL color Cylindrical-coordinate representation of color #BA2070: hue angle of 328.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2070 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 112 -
CMYK 0 0.83 0.40 0.27
HSL 328.83º 0.71% 0.43% -
HSV(B) 328.83º 0.83% 0.73% -
XYZ 23.69 12.64 16.52 -
YUV 87.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 186 32 112 0 0.83 0.40 0.27 328.83 0.71 0.43
Hex BA 20 70 0 53 28 1B 149 47 2B
Octal 272 40 160 0 123 50 33 511 107 53
Binary 10111010 100000 1110000 0 1010011 101000 11011 101001001 1000111 101011

Color Harmonies of #BA2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2070

Black with #BA2070

Text Example


Text Example

White with #BA2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2070; }

 p { color: rgb(186,32,112); }

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

background-color css

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

 a { background-color: rgb(186,32,112); }

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

border-color css

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

 span { border-color: rgb(186,32,112); }

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