Html Css Color HEX #BA1775 Medium Violet Red

📋 copy color: '#BA1775'

red 186 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #BA1775

Tints of Medium Violet Red #BA1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.06%

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

R = 57.06%
G = 7.06%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1775 (or 0xBA1775) is known color: Medium Violet Red. HEX triplet: BA, 17 and 75. RGB value is (186,23,117). Sum of RGB (Red+Green+Blue) = 186+23+117=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1775 is #45E88A. Grayscale: #525252. Windows color (decimal): -4581515 or 7673786. OLE color: 7673786.

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

Color convert

RGB 186 23 117 -
CMYK 0 0.88 0.37 0.27
HSL 325.4º 0.78% 0.41% -
HSV(B) 325.4º 0.88% 0.73% -
XYZ 23.77 12.34 17.96 -
YUV 82.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 186 23 117 0 0.88 0.37 0.27 325.4 0.78 0.41
Hex BA 17 75 0 58 25 1B 145 4E 29
Octal 272 27 165 0 130 45 33 505 116 51
Binary 10111010 10111 1110101 0 1011000 100101 11011 101000101 1001110 101001

Color Harmonies of #BA1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1775

Black with #BA1775

Text Example


Text Example

White with #BA1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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