Html Css Color HEX #BA3472 Medium Red Violet

📋 copy color: '#BA3472'

red 186 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #BA3472

Tints of Medium Red Violet #BA3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 52.84%
G = 14.77%
B = 32.39%

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

#BA3472 (or 0xBA3472) is known color: Medium Red Violet. HEX triplet: BA, 34 and 72. RGB value is (186,52,114). Sum of RGB (Red+Green+Blue) = 186+52+114=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3472 is #45CB8D. Grayscale: #636363. Windows color (decimal): -4574094 or 7484602. OLE color: 7484602.

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

Color convert

RGB 186 52 114 -
CMYK 0 0.72 0.39 0.27
HSL 332.24º 0.56% 0.47% -
HSV(B) 332.24º 0.72% 0.73% -
XYZ 24.51 14.11 17.35 -
YUV 99.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 186 52 114 0 0.72 0.39 0.27 332.24 0.56 0.47
Hex BA 34 72 0 48 27 1B 14C 38 2F
Octal 272 64 162 0 110 47 33 514 70 57
Binary 10111010 110100 1110010 0 1001000 100111 11011 101001100 111000 101111

Color Harmonies of #BA3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3472

Black with #BA3472

Text Example


Text Example

White with #BA3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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