Html Css Color HEX #BA159F Medium Violet Red

📋 copy color: '#BA159F'

red 186 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #BA159F

Tints of Medium Violet Red #BA159F

RGB

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

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

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

R = 50.82%
G = 5.74%
B = 43.44%

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

#BA159F (or 0xBA159F) is known color: Medium Violet Red. HEX triplet: BA, 15 and 9F. RGB value is (186,21,159). Sum of RGB (Red+Green+Blue) = 186+21+159=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159F is #45EA60. Grayscale: #555555. Windows color (decimal): -4581985 or 10425786. OLE color: 10425786.

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

Color convert

RGB 186 21 159 -
CMYK 0 0.89 0.15 0.27
HSL 309.82º 0.8% 0.41% -
HSV(B) 309.82º 0.89% 0.73% -
XYZ 26.78 13.48 33.99 -
YUV 86.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 186 21 159 0 0.89 0.15 0.27 309.82 0.8 0.41
Hex BA 15 9F 0 59 F 1B 136 50 29
Octal 272 25 237 0 131 17 33 466 120 51
Binary 10111010 10101 10011111 0 1011001 1111 11011 100110110 1010000 101001

Color Harmonies of #BA159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA159F

Black with #BA159F

Text Example


Text Example

White with #BA159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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