Html Css Color HEX #BA149D Medium Violet Red

📋 copy color: '#BA149D'

red 186 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #BA149D

Tints of Medium Violet Red #BA149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 51.24%
G = 5.51%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA149D (or 0xBA149D) is known color: Medium Violet Red. HEX triplet: BA, 14 and 9D. RGB value is (186,20,157). Sum of RGB (Red+Green+Blue) = 186+20+157=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA149D is #45EB62. Grayscale: #545454. Windows color (decimal): -4582243 or 10294458. OLE color: 10294458.

HSL color Cylindrical-coordinate representation of color #BA149D: hue angle of 310.48º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA149D is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 157 -
CMYK 0 0.89 0.16 0.27
HSL 310.48º 0.81% 0.4% -
HSV(B) 310.48º 0.89% 0.73% -
XYZ 26.59 13.37 33.08 -
YUV 85.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 186 20 157 0 0.89 0.16 0.27 310.48 0.81 0.4
Hex BA 14 9D 0 59 10 1B 136 51 28
Octal 272 24 235 0 131 20 33 466 121 50
Binary 10111010 10100 10011101 0 1011001 10000 11011 100110110 1010001 101000

Color Harmonies of #BA149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA149D

Black with #BA149D

Text Example


Text Example

White with #BA149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA149D; }

 p { color: rgb(186,20,157); }

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

background-color css

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

 a { background-color: rgb(186,20,157); }

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

border-color css

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

 span { border-color: rgb(186,20,157); }

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