Html Css Color HEX #BA2472 Medium Red Violet

📋 copy color: '#BA2472'

red 186 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #BA2472

Tints of Medium Red Violet #BA2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 55.36%
G = 10.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2472 (or 0xBA2472) is known color: Medium Red Violet. HEX triplet: BA, 24 and 72. RGB value is (186,36,114). Sum of RGB (Red+Green+Blue) = 186+36+114=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2472 is #45DB8D. Grayscale: #595959. Windows color (decimal): -4578190 or 7480506. OLE color: 7480506.

HSL color Cylindrical-coordinate representation of color #BA2472: hue angle of 328.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2472 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 114 -
CMYK 0 0.81 0.39 0.27
HSL 328.8º 0.68% 0.44% -
HSV(B) 328.8º 0.81% 0.73% -
XYZ 23.92 12.92 17.15 -
YUV 89.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 186 36 114 0 0.81 0.39 0.27 328.8 0.68 0.44
Hex BA 24 72 0 51 27 1B 149 44 2C
Octal 272 44 162 0 121 47 33 511 104 54
Binary 10111010 100100 1110010 0 1010001 100111 11011 101001001 1000100 101100

Color Harmonies of #BA2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2472

Black with #BA2472

Text Example


Text Example

White with #BA2472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2472; }

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

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

background-color css

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

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

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

border-color css

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

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

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