Html Css Color HEX #BA149B Medium Violet Red

📋 copy color: '#BA149B'

red 186 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #BA149B

Tints of Medium Violet Red #BA149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 51.52%
G = 5.54%
B = 42.94%

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

#BA149B (or 0xBA149B) is known color: Medium Violet Red. HEX triplet: BA, 14 and 9B. RGB value is (186,20,155). Sum of RGB (Red+Green+Blue) = 186+20+155=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA149B is #45EB64. Grayscale: #545454. Windows color (decimal): -4582245 or 10163386. OLE color: 10163386.

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

Color convert

RGB 186 20 155 -
CMYK 0 0.89 0.17 0.27
HSL 311.2º 0.81% 0.4% -
HSV(B) 311.2º 0.89% 0.73% -
XYZ 26.42 13.31 32.19 -
YUV 85.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 186 20 155 0 0.89 0.17 0.27 311.2 0.81 0.4
Hex BA 14 9B 0 59 11 1B 137 51 28
Octal 272 24 233 0 131 21 33 467 121 50
Binary 10111010 10100 10011011 0 1011001 10001 11011 100110111 1010001 101000

Color Harmonies of #BA149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA149B

Black with #BA149B

Text Example


Text Example

White with #BA149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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