Html Css Color HEX #BA149F Medium Violet Red

📋 copy color: '#BA149F'

red 186 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #BA149F

Tints of Medium Violet Red #BA149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 50.96%
G = 5.48%
B = 43.56%

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

#BA149F (or 0xBA149F) is known color: Medium Violet Red. HEX triplet: BA, 14 and 9F. RGB value is (186,20,159). Sum of RGB (Red+Green+Blue) = 186+20+159=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA149F is #45EB60. Grayscale: #555555. Windows color (decimal): -4582241 or 10425530. OLE color: 10425530.

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

Color convert

RGB 186 20 159 -
CMYK 0 0.89 0.15 0.27
HSL 309.76º 0.81% 0.4% -
HSV(B) 309.76º 0.89% 0.73% -
XYZ 26.76 13.44 33.99 -
YUV 85.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 186 20 159 0 0.89 0.15 0.27 309.76 0.81 0.4
Hex BA 14 9F 0 59 F 1B 136 51 28
Octal 272 24 237 0 131 17 33 466 121 50
Binary 10111010 10100 10011111 0 1011001 1111 11011 100110110 1010001 101000

Color Harmonies of #BA149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA149F

Black with #BA149F

Text Example


Text Example

White with #BA149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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