Html Css Color HEX #BA3572 Medium Red Violet

📋 copy color: '#BA3572'

red 186 ◦ green 53 ◦ blue 114

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

Shades of Medium Red Violet #BA3572

Tints of Medium Red Violet #BA3572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 52.69%
G = 15.01%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA3572 (or 0xBA3572) is known color: Medium Red Violet. HEX triplet: BA, 35 and 72. RGB value is (186,53,114). Sum of RGB (Red+Green+Blue) = 186+53+114=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3572 is #45CA8D. Grayscale: #636363. Windows color (decimal): -4573838 or 7484858. OLE color: 7484858.

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

Color convert

RGB 186 53 114 -
CMYK 0 0.72 0.39 0.27
HSL 332.48º 0.56% 0.47% -
HSV(B) 332.48º 0.72% 0.73% -
XYZ 24.56 14.2 17.37 -
YUV 99.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 186 53 114 0 0.72 0.39 0.27 332.48 0.56 0.47
Hex BA 35 72 0 48 27 1B 14C 38 2F
Octal 272 65 162 0 110 47 33 514 70 57
Binary 10111010 110101 1110010 0 1001000 100111 11011 101001100 111000 101111

Color Harmonies of #BA3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3572

Black with #BA3572

Text Example


Text Example

White with #BA3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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