Html Css Color HEX #BA148D Medium Violet Red

📋 copy color: '#BA148D'

red 186 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #BA148D

Tints of Medium Violet Red #BA148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 53.6%
G = 5.76%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA148D (or 0xBA148D) is known color: Medium Violet Red. HEX triplet: BA, 14 and 8D. RGB value is (186,20,141). Sum of RGB (Red+Green+Blue) = 186+20+141=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148D is #45EB72. Grayscale: #535353. Windows color (decimal): -4582259 or 9245882. OLE color: 9245882.

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

Color convert

RGB 186 20 141 -
CMYK 0 0.89 0.24 0.27
HSL 316.27º 0.81% 0.4% -
HSV(B) 316.27º 0.89% 0.73% -
XYZ 25.31 12.86 26.35 -
YUV 83.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 186 20 141 0 0.89 0.24 0.27 316.27 0.81 0.4
Hex BA 14 8D 0 59 18 1B 13C 51 28
Octal 272 24 215 0 131 30 33 474 121 50
Binary 10111010 10100 10001101 0 1011001 11000 11011 100111100 1010001 101000

Color Harmonies of #BA148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA148D

Black with #BA148D

Text Example


Text Example

White with #BA148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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