Html Css Color HEX #BA118A Medium Violet Red

📋 copy color: '#BA118A'

red 186 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #BA118A

Tints of Medium Violet Red #BA118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 54.55%
G = 4.99%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA118A (or 0xBA118A) is known color: Medium Violet Red. HEX triplet: BA, 11 and 8A. RGB value is (186,17,138). Sum of RGB (Red+Green+Blue) = 186+17+138=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA118A is #45EE75. Grayscale: #515151. Windows color (decimal): -4583030 or 9048506. OLE color: 9048506.

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

Color convert

RGB 186 17 138 -
CMYK 0 0.91 0.26 0.27
HSL 317.04º 0.83% 0.4% -
HSV(B) 317.04º 0.91% 0.73% -
XYZ 25.04 12.67 25.17 -
YUV 81.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 186 17 138 0 0.91 0.26 0.27 317.04 0.83 0.4
Hex BA 11 8A 0 5B 1A 1B 13D 53 28
Octal 272 21 212 0 133 32 33 475 123 50
Binary 10111010 10001 10001010 0 1011011 11010 11011 100111101 1010011 101000

Color Harmonies of #BA118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA118A

Black with #BA118A

Text Example


Text Example

White with #BA118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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