Html Css Color HEX #BA158D Medium Violet Red

📋 copy color: '#BA158D'

red 186 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #BA158D

Tints of Medium Violet Red #BA158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

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

R = 53.45%
G = 6.03%
B = 40.52%

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

#BA158D (or 0xBA158D) is known color: Medium Violet Red. HEX triplet: BA, 15 and 8D. RGB value is (186,21,141). Sum of RGB (Red+Green+Blue) = 186+21+141=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA158D is #45EA72. Grayscale: #535353. Windows color (decimal): -4582003 or 9246138. OLE color: 9246138.

HSL color Cylindrical-coordinate representation of color #BA158D: hue angle of 316.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA158D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 141 -
CMYK 0 0.89 0.24 0.27
HSL 316.36º 0.8% 0.41% -
HSV(B) 316.36º 0.89% 0.73% -
XYZ 25.33 12.9 26.35 -
YUV 84.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 186 21 141 0 0.89 0.24 0.27 316.36 0.8 0.41
Hex BA 15 8D 0 59 18 1B 13C 50 29
Octal 272 25 215 0 131 30 33 474 120 51
Binary 10111010 10101 10001101 0 1011001 11000 11011 100111100 1010000 101001

Color Harmonies of #BA158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA158D

Black with #BA158D

Text Example


Text Example

White with #BA158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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