Html Css Color HEX #BA1B97 Medium Violet Red

📋 copy color: '#BA1B97'

red 186 ◦ green 27 ◦ blue 151

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

Shades of Medium Violet Red #BA1B97

Tints of Medium Violet Red #BA1B97

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

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

R = 51.1%
G = 7.42%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1B97 (or 0xBA1B97) is known color: Medium Violet Red. HEX triplet: BA, 1B and 97. RGB value is (186,27,151). Sum of RGB (Red+Green+Blue) = 186+27+151=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B97 is #45E468. Grayscale: #585858. Windows color (decimal): -4580457 or 9903034. OLE color: 9903034.

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

Color convert

RGB 186 27 151 -
CMYK 0 0.85 0.19 0.27
HSL 313.21º 0.75% 0.42% -
HSV(B) 313.21º 0.85% 0.73% -
XYZ 26.23 13.46 30.49 -
YUV 88.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 186 27 151 0 0.85 0.19 0.27 313.21 0.75 0.42
Hex BA 1B 97 0 55 13 1B 139 4B 2A
Octal 272 33 227 0 125 23 33 471 113 52
Binary 10111010 11011 10010111 0 1010101 10011 11011 100111001 1001011 101010

Color Harmonies of #BA1B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B97

Black with #BA1B97

Text Example


Text Example

White with #BA1B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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