Html Css Color HEX #BA2489 Medium Red Violet

📋 copy color: '#BA2489'

red 186 ◦ green 36 ◦ blue 137

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

Shades of Medium Red Violet #BA2489

Tints of Medium Red Violet #BA2489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 51.81%
G = 10.03%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA2489 (or 0xBA2489) is known color: Medium Red Violet. HEX triplet: BA, 24 and 89. RGB value is (186,36,137). Sum of RGB (Red+Green+Blue) = 186+36+137=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2489 is #45DB76. Grayscale: #5C5C5C. Windows color (decimal): -4578167 or 8987834. OLE color: 8987834.

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

Color convert

RGB 186 36 137 -
CMYK 0 0.81 0.26 0.27
HSL 319.6º 0.68% 0.44% -
HSV(B) 319.6º 0.81% 0.73% -
XYZ 25.4 13.51 24.94 -
YUV 92.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 186 36 137 0 0.81 0.26 0.27 319.6 0.68 0.44
Hex BA 24 89 0 51 1A 1B 140 44 2C
Octal 272 44 211 0 121 32 33 500 104 54
Binary 10111010 100100 10001001 0 1010001 11010 11011 101000000 1000100 101100

Color Harmonies of #BA2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2489

Black with #BA2489

Text Example


Text Example

White with #BA2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2489; }

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

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

background-color css

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

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

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

border-color css

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

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

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