Html Css Color HEX #BA118F Medium Violet Red

📋 copy color: '#BA118F'

red 186 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #BA118F

Tints of Medium Violet Red #BA118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 53.76%
G = 4.91%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA118F (or 0xBA118F) is known color: Medium Violet Red. HEX triplet: BA, 11 and 8F. RGB value is (186,17,143). Sum of RGB (Red+Green+Blue) = 186+17+143=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA118F is #45EE70. Grayscale: #515151. Windows color (decimal): -4583025 or 9376186. OLE color: 9376186.

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

Color convert

RGB 186 17 143 -
CMYK 0 0.91 0.23 0.27
HSL 315.27º 0.83% 0.4% -
HSV(B) 315.27º 0.91% 0.73% -
XYZ 25.41 12.82 27.12 -
YUV 81.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 186 17 143 0 0.91 0.23 0.27 315.27 0.83 0.4
Hex BA 11 8F 0 5B 17 1B 13B 53 28
Octal 272 21 217 0 133 27 33 473 123 50
Binary 10111010 10001 10001111 0 1011011 10111 11011 100111011 1010011 101000

Color Harmonies of #BA118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA118F

Black with #BA118F

Text Example


Text Example

White with #BA118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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