Html Css Color HEX #BA117A Medium Violet Red

📋 copy color: '#BA117A'

red 186 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #BA117A

Tints of Medium Violet Red #BA117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 57.23%
G = 5.23%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA117A (or 0xBA117A) is known color: Medium Violet Red. HEX triplet: BA, 11 and 7A. RGB value is (186,17,122). Sum of RGB (Red+Green+Blue) = 186+17+122=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA117A is #45EE85. Grayscale: #4F4F4F. Windows color (decimal): -4583046 or 7999930. OLE color: 7999930.

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

Color convert

RGB 186 17 122 -
CMYK 0 0.91 0.34 0.27
HSL 322.72º 0.83% 0.4% -
HSV(B) 322.72º 0.91% 0.73% -
XYZ 23.96 12.25 19.51 -
YUV 79.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 186 17 122 0 0.91 0.34 0.27 322.72 0.83 0.4
Hex BA 11 7A 0 5B 22 1B 143 53 28
Octal 272 21 172 0 133 42 33 503 123 50
Binary 10111010 10001 1111010 0 1011011 100010 11011 101000011 1010011 101000

Color Harmonies of #BA117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA117A

Black with #BA117A

Text Example


Text Example

White with #BA117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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