Html Css Color HEX #BA0575 Medium Violet Red

📋 copy color: '#BA0575'

red 186 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #BA0575

Tints of Medium Violet Red #BA0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 60.39%
G = 1.62%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA0575 (or 0xBA0575) is known color: Medium Violet Red. HEX triplet: BA, 05 and 75. RGB value is (186,5,117). Sum of RGB (Red+Green+Blue) = 186+5+117=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0575 is #45FA8A. Grayscale: #474747. Windows color (decimal): -4586123 or 7669178. OLE color: 7669178.

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

Color convert

RGB 186 5 117 -
CMYK 0 0.97 0.37 0.27
HSL 322.87º 0.95% 0.37% -
HSV(B) 322.87º 0.97% 0.73% -
XYZ 23.51 11.83 17.87 -
YUV 71.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 186 5 117 0 0.97 0.37 0.27 322.87 0.95 0.37
Hex BA 5 75 0 61 25 1B 143 5F 25
Octal 272 5 165 0 141 45 33 503 137 45
Binary 10111010 101 1110101 0 1100001 100101 11011 101000011 1011111 100101

Color Harmonies of #BA0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0575

Black with #BA0575

Text Example


Text Example

White with #BA0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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