Html Css Color HEX #BA3574 Medium Red Violet

📋 copy color: '#BA3574'

red 186 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #BA3574

Tints of Medium Red Violet #BA3574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 52.39%
G = 14.93%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA3574 (or 0xBA3574) is known color: Medium Red Violet. HEX triplet: BA, 35 and 74. RGB value is (186,53,116). Sum of RGB (Red+Green+Blue) = 186+53+116=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3574 is #45CA8B. Grayscale: #636363. Windows color (decimal): -4573836 or 7615930. OLE color: 7615930.

HSL color Cylindrical-coordinate representation of color #BA3574: hue angle of 331.58º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3574 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 116 -
CMYK 0 0.72 0.38 0.27
HSL 331.58º 0.56% 0.47% -
HSV(B) 331.58º 0.72% 0.73% -
XYZ 24.68 14.25 17.97 -
YUV 99.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 186 53 116 0 0.72 0.38 0.27 331.58 0.56 0.47
Hex BA 35 74 0 48 26 1B 14C 38 2F
Octal 272 65 164 0 110 46 33 514 70 57
Binary 10111010 110101 1110100 0 1001000 100110 11011 101001100 111000 101111

Color Harmonies of #BA3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3574

Black with #BA3574

Text Example


Text Example

White with #BA3574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3574; }

 p { color: rgb(186,53,116); }

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

background-color css

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

 a { background-color: rgb(186,53,116); }

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

border-color css

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

 span { border-color: rgb(186,53,116); }

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