Html Css Color HEX #BA117B Medium Violet Red

📋 copy color: '#BA117B'

red 186 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #BA117B

Tints of Medium Violet Red #BA117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 57.06%
G = 5.21%
B = 37.73%

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

#BA117B (or 0xBA117B) is known color: Medium Violet Red. HEX triplet: BA, 11 and 7B. RGB value is (186,17,123). Sum of RGB (Red+Green+Blue) = 186+17+123=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA117B is #45EE84. Grayscale: #4F4F4F. Windows color (decimal): -4583045 or 8065466. OLE color: 8065466.

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

Color convert

RGB 186 17 123 -
CMYK 0 0.91 0.34 0.27
HSL 322.37º 0.83% 0.4% -
HSV(B) 322.37º 0.91% 0.73% -
XYZ 24.03 12.27 19.84 -
YUV 79.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 186 17 123 0 0.91 0.34 0.27 322.37 0.83 0.4
Hex BA 11 7B 0 5B 22 1B 142 53 28
Octal 272 21 173 0 133 42 33 502 123 50
Binary 10111010 10001 1111011 0 1011011 100010 11011 101000010 1010011 101000

Color Harmonies of #BA117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA117B

Black with #BA117B

Text Example


Text Example

White with #BA117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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