Html Css Color HEX #BA149E Medium Violet Red

📋 copy color: '#BA149E'

red 186 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #BA149E

Tints of Medium Violet Red #BA149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 51.1%
G = 5.49%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA149E (or 0xBA149E) is known color: Medium Violet Red. HEX triplet: BA, 14 and 9E. RGB value is (186,20,158). Sum of RGB (Red+Green+Blue) = 186+20+158=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA149E is #45EB61. Grayscale: #545454. Windows color (decimal): -4582242 or 10359994. OLE color: 10359994.

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

Color convert

RGB 186 20 158 -
CMYK 0 0.89 0.15 0.27
HSL 310.12º 0.81% 0.4% -
HSV(B) 310.12º 0.89% 0.73% -
XYZ 26.67 13.41 33.53 -
YUV 85.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 186 20 158 0 0.89 0.15 0.27 310.12 0.81 0.4
Hex BA 14 9E 0 59 F 1B 136 51 28
Octal 272 24 236 0 131 17 33 466 121 50
Binary 10111010 10100 10011110 0 1011001 1111 11011 100110110 1010001 101000

Color Harmonies of #BA149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA149E

Black with #BA149E

Text Example


Text Example

White with #BA149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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