Html Css Color HEX #BA1575 Medium Violet Red

📋 copy color: '#BA1575'

red 186 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #BA1575

Tints of Medium Violet Red #BA1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 57.41%
G = 6.48%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1575 (or 0xBA1575) is known color: Medium Violet Red. HEX triplet: BA, 15 and 75. RGB value is (186,21,117). Sum of RGB (Red+Green+Blue) = 186+21+117=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1575 is #45EA8A. Grayscale: #515151. Windows color (decimal): -4582027 or 7673274. OLE color: 7673274.

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

Color convert

RGB 186 21 117 -
CMYK 0 0.89 0.37 0.27
HSL 325.09º 0.8% 0.41% -
HSV(B) 325.09º 0.89% 0.73% -
XYZ 23.73 12.26 17.95 -
YUV 81.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 186 21 117 0 0.89 0.37 0.27 325.09 0.8 0.41
Hex BA 15 75 0 59 25 1B 145 50 29
Octal 272 25 165 0 131 45 33 505 120 51
Binary 10111010 10101 1110101 0 1011001 100101 11011 101000101 1010000 101001

Color Harmonies of #BA1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1575

Black with #BA1575

Text Example


Text Example

White with #BA1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1575; }

 p { color: rgb(186,21,117); }

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

background-color css

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

 a { background-color: rgb(186,21,117); }

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

border-color css

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

 span { border-color: rgb(186,21,117); }

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