Html Css Color HEX #BA117D Medium Violet Red

📋 copy color: '#BA117D'

red 186 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #BA117D

Tints of Medium Violet Red #BA117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 56.71%
G = 5.18%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA117D (or 0xBA117D) is known color: Medium Violet Red. HEX triplet: BA, 11 and 7D. RGB value is (186,17,125). Sum of RGB (Red+Green+Blue) = 186+17+125=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA117D is #45EE82. Grayscale: #4F4F4F. Windows color (decimal): -4583043 or 8196538. OLE color: 8196538.

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

Color convert

RGB 186 17 125 -
CMYK 0 0.91 0.33 0.27
HSL 321.66º 0.83% 0.4% -
HSV(B) 321.66º 0.91% 0.73% -
XYZ 24.15 12.32 20.51 -
YUV 79.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 186 17 125 0 0.91 0.33 0.27 321.66 0.83 0.4
Hex BA 11 7D 0 5B 21 1B 142 53 28
Octal 272 21 175 0 133 41 33 502 123 50
Binary 10111010 10001 1111101 0 1011011 100001 11011 101000010 1010011 101000

Color Harmonies of #BA117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA117D

Black with #BA117D

Text Example


Text Example

White with #BA117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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