Html Css Color HEX #BA2471 Medium Red Violet

📋 copy color: '#BA2471'

red 186 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #BA2471

Tints of Medium Red Violet #BA2471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 55.52%
G = 10.75%
B = 33.73%

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

#BA2471 (or 0xBA2471) is known color: Medium Red Violet. HEX triplet: BA, 24 and 71. RGB value is (186,36,113). Sum of RGB (Red+Green+Blue) = 186+36+113=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2471 is #45DB8E. Grayscale: #595959. Windows color (decimal): -4578191 or 7414970. OLE color: 7414970.

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

Color convert

RGB 186 36 113 -
CMYK 0 0.81 0.39 0.27
HSL 329.2º 0.68% 0.44% -
HSV(B) 329.2º 0.81% 0.73% -
XYZ 23.86 12.89 16.85 -
YUV 89.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 186 36 113 0 0.81 0.39 0.27 329.2 0.68 0.44
Hex BA 24 71 0 51 27 1B 149 44 2C
Octal 272 44 161 0 121 47 33 511 104 54
Binary 10111010 100100 1110001 0 1010001 100111 11011 101001001 1000100 101100

Color Harmonies of #BA2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2471

Black with #BA2471

Text Example


Text Example

White with #BA2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2471; }

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

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

background-color css

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

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

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

border-color css

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

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

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