Html Css Color HEX #BA0971 Medium Violet Red

📋 copy color: '#BA0971'

red 186 ◦ green 9 ◦ blue 113

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

Shades of Medium Violet Red #BA0971

Tints of Medium Violet Red #BA0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 60.39%
G = 2.92%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0971 (or 0xBA0971) is known color: Medium Violet Red. HEX triplet: BA, 09 and 71. RGB value is (186,9,113). Sum of RGB (Red+Green+Blue) = 186+9+113=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0971 is #45F68E. Grayscale: #494949. Windows color (decimal): -4585103 or 7408058. OLE color: 7408058.

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

Color convert

RGB 186 9 113 -
CMYK 0 0.95 0.39 0.27
HSL 324.75º 0.91% 0.38% -
HSV(B) 324.75º 0.95% 0.73% -
XYZ 23.33 11.83 16.68 -
YUV 73.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 186 9 113 0 0.95 0.39 0.27 324.75 0.91 0.38
Hex BA 9 71 0 5F 27 1B 145 5B 26
Octal 272 11 161 0 137 47 33 505 133 46
Binary 10111010 1001 1110001 0 1011111 100111 11011 101000101 1011011 100110

Color Harmonies of #BA0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0971

Black with #BA0971

Text Example


Text Example

White with #BA0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0971; }

 p { color: rgb(186,9,113); }

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

background-color css

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

 a { background-color: rgb(186,9,113); }

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

border-color css

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

 span { border-color: rgb(186,9,113); }

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