Html Css Color HEX #BA1D97 Medium Violet Red

📋 copy color: '#BA1D97'

red 186 ◦ green 29 ◦ blue 151

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

Shades of Medium Violet Red #BA1D97

Tints of Medium Violet Red #BA1D97

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

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

R = 50.82%
G = 7.92%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1D97 (or 0xBA1D97) is known color: Medium Violet Red. HEX triplet: BA, 1D and 97. RGB value is (186,29,151). Sum of RGB (Red+Green+Blue) = 186+29+151=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D97 is #45E268. Grayscale: #595959. Windows color (decimal): -4579945 or 9903546. OLE color: 9903546.

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

Color convert

RGB 186 29 151 -
CMYK 0 0.84 0.19 0.27
HSL 313.38º 0.73% 0.42% -
HSV(B) 313.38º 0.84% 0.73% -
XYZ 26.27 13.55 30.51 -
YUV 89.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 186 29 151 0 0.84 0.19 0.27 313.38 0.73 0.42
Hex BA 1D 97 0 54 13 1B 139 49 2A
Octal 272 35 227 0 124 23 33 471 111 52
Binary 10111010 11101 10010111 0 1010100 10011 11011 100111001 1001001 101010

Color Harmonies of #BA1D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D97

Black with #BA1D97

Text Example


Text Example

White with #BA1D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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