Html Css Color HEX #BA0997 Medium Violet Red

📋 copy color: '#BA0997'

red 186 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #BA0997

Tints of Medium Violet Red #BA0997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 53.76%
G = 2.6%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA0997 (or 0xBA0997) is known color: Medium Violet Red. HEX triplet: BA, 09 and 97. RGB value is (186,9,151). Sum of RGB (Red+Green+Blue) = 186+9+151=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0997 is #45F668. Grayscale: #4D4D4D. Windows color (decimal): -4585065 or 9898426. OLE color: 9898426.

HSL color Cylindrical-coordinate representation of color #BA0997: hue angle of 311.86º 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 #BA0997 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 151 -
CMYK 0 0.95 0.19 0.27
HSL 311.86º 0.91% 0.38% -
HSV(B) 311.86º 0.95% 0.73% -
XYZ 25.93 12.87 30.4 -
YUV 78.11 169.14 204.95 -
System Red Green Blue C M Y K H S L
Decimal 186 9 151 0 0.95 0.19 0.27 311.86 0.91 0.38
Hex BA 9 97 0 5F 13 1B 138 5B 26
Octal 272 11 227 0 137 23 33 470 133 46
Binary 10111010 1001 10010111 0 1011111 10011 11011 100111000 1011011 100110

Color Harmonies of #BA0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0997

Black with #BA0997

Text Example


Text Example

White with #BA0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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