Html Css Color HEX #BA1175 Medium Violet Red

📋 copy color: '#BA1175'

red 186 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #BA1175

Tints of Medium Violet Red #BA1175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 58.13%
G = 5.31%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1175 (or 0xBA1175) is known color: Medium Violet Red. HEX triplet: BA, 11 and 75. RGB value is (186,17,117). Sum of RGB (Red+Green+Blue) = 186+17+117=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1175 is #45EE8A. Grayscale: #4E4E4E. Windows color (decimal): -4583051 or 7672250. OLE color: 7672250.

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

Color convert

RGB 186 17 117 -
CMYK 0 0.91 0.37 0.27
HSL 324.5º 0.83% 0.4% -
HSV(B) 324.5º 0.91% 0.73% -
XYZ 23.66 12.12 17.92 -
YUV 78.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 186 17 117 0 0.91 0.37 0.27 324.5 0.83 0.4
Hex BA 11 75 0 5B 25 1B 144 53 28
Octal 272 21 165 0 133 45 33 504 123 50
Binary 10111010 10001 1110101 0 1011011 100101 11011 101000100 1010011 101000

Color Harmonies of #BA1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1175

Black with #BA1175

Text Example


Text Example

White with #BA1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1175; }

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

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

background-color css

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

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

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

border-color css

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

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

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