Html Css Color HEX #BA1975 Medium Violet Red

📋 copy color: '#BA1975'

red 186 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #BA1975

Tints of Medium Violet Red #BA1975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 56.71%
G = 7.62%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1975 (or 0xBA1975) is known color: Medium Violet Red. HEX triplet: BA, 19 and 75. RGB value is (186,25,117). Sum of RGB (Red+Green+Blue) = 186+25+117=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1975 is #45E68A. Grayscale: #535353. Windows color (decimal): -4581003 or 7674298. OLE color: 7674298.

HSL color Cylindrical-coordinate representation of color #BA1975: hue angle of 325.71º degrees, saturation: 0.76, 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 #BA1975 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 117 -
CMYK 0 0.87 0.37 0.27
HSL 325.71º 0.76% 0.41% -
HSV(B) 325.71º 0.87% 0.73% -
XYZ 23.81 12.42 17.97 -
YUV 83.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 186 25 117 0 0.87 0.37 0.27 325.71 0.76 0.41
Hex BA 19 75 0 57 25 1B 146 4C 29
Octal 272 31 165 0 127 45 33 506 114 51
Binary 10111010 11001 1110101 0 1010111 100101 11011 101000110 1001100 101001

Color Harmonies of #BA1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1975

Black with #BA1975

Text Example


Text Example

White with #BA1975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1975; }

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

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

background-color css

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

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

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

border-color css

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

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

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