Html Css Color HEX #BA149A Medium Violet Red

📋 copy color: '#BA149A'

red 186 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #BA149A

Tints of Medium Violet Red #BA149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 51.67%
G = 5.56%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA149A (or 0xBA149A) is known color: Medium Violet Red. HEX triplet: BA, 14 and 9A. RGB value is (186,20,154). Sum of RGB (Red+Green+Blue) = 186+20+154=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA149A is #45EB65. Grayscale: #545454. Windows color (decimal): -4582246 or 10097850. OLE color: 10097850.

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

Color convert

RGB 186 20 154 -
CMYK 0 0.89 0.17 0.27
HSL 311.57º 0.81% 0.4% -
HSV(B) 311.57º 0.89% 0.73% -
XYZ 26.33 13.27 31.75 -
YUV 84.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 186 20 154 0 0.89 0.17 0.27 311.57 0.81 0.4
Hex BA 14 9A 0 59 11 1B 138 51 28
Octal 272 24 232 0 131 21 33 470 121 50
Binary 10111010 10100 10011010 0 1011001 10001 11011 100111000 1010001 101000

Color Harmonies of #BA149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA149A

Black with #BA149A

Text Example


Text Example

White with #BA149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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