Html Css Color HEX #BA1870 Medium Violet Red

📋 copy color: '#BA1870'

red 186 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #BA1870

Tints of Medium Violet Red #BA1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

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

R = 57.76%
G = 7.45%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA1870 (or 0xBA1870) is known color: Medium Violet Red. HEX triplet: BA, 18 and 70. RGB value is (186,24,112). Sum of RGB (Red+Green+Blue) = 186+24+112=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1870 is #45E78F. Grayscale: #525252. Windows color (decimal): -4581264 or 7346362. OLE color: 7346362.

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

Color convert

RGB 186 24 112 -
CMYK 0 0.87 0.40 0.27
HSL 327.41º 0.77% 0.41% -
HSV(B) 327.41º 0.87% 0.73% -
XYZ 23.5 12.26 16.46 -
YUV 82.47 144.67 201.84 -
System Red Green Blue C M Y K H S L
Decimal 186 24 112 0 0.87 0.40 0.27 327.41 0.77 0.41
Hex BA 18 70 0 57 28 1B 147 4D 29
Octal 272 30 160 0 127 50 33 507 115 51
Binary 10111010 11000 1110000 0 1010111 101000 11011 101000111 1001101 101001

Color Harmonies of #BA1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1870

Black with #BA1870

Text Example


Text Example

White with #BA1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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