Html Css Color HEX #BA119F Medium Violet Red

📋 copy color: '#BA119F'

red 186 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #BA119F

Tints of Medium Violet Red #BA119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.7%

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

R = 51.38%
G = 4.7%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA119F (or 0xBA119F) is known color: Medium Violet Red. HEX triplet: BA, 11 and 9F. RGB value is (186,17,159). Sum of RGB (Red+Green+Blue) = 186+17+159=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119F is #45EE60. Grayscale: #535353. Windows color (decimal): -4583009 or 10424762. OLE color: 10424762.

HSL color Cylindrical-coordinate representation of color #BA119F: hue angle of 309.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA119F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 159 -
CMYK 0 0.91 0.15 0.27
HSL 309.59º 0.83% 0.4% -
HSV(B) 309.59º 0.91% 0.73% -
XYZ 26.71 13.34 33.97 -
YUV 83.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 186 17 159 0 0.91 0.15 0.27 309.59 0.83 0.4
Hex BA 11 9F 0 5B F 1B 136 53 28
Octal 272 21 237 0 133 17 33 466 123 50
Binary 10111010 10001 10011111 0 1011011 1111 11011 100110110 1010011 101000

Color Harmonies of #BA119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA119F

Black with #BA119F

Text Example


Text Example

White with #BA119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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