Html Css Color HEX #BA2487 Medium Red Violet

📋 copy color: '#BA2487'

red 186 ◦ green 36 ◦ blue 135

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

Shades of Medium Red Violet #BA2487

Tints of Medium Red Violet #BA2487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 52.1%
G = 10.08%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2487 (or 0xBA2487) is known color: Medium Red Violet. HEX triplet: BA, 24 and 87. RGB value is (186,36,135). Sum of RGB (Red+Green+Blue) = 186+36+135=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2487 is #45DB78. Grayscale: #5B5B5B. Windows color (decimal): -4578169 or 8856762. OLE color: 8856762.

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

Color convert

RGB 186 36 135 -
CMYK 0 0.81 0.27 0.27
HSL 320.4º 0.68% 0.44% -
HSV(B) 320.4º 0.81% 0.73% -
XYZ 25.25 13.45 24.19 -
YUV 92.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 186 36 135 0 0.81 0.27 0.27 320.4 0.68 0.44
Hex BA 24 87 0 51 1B 1B 140 44 2C
Octal 272 44 207 0 121 33 33 500 104 54
Binary 10111010 100100 10000111 0 1010001 11011 11011 101000000 1000100 101100

Color Harmonies of #BA2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2487

Black with #BA2487

Text Example


Text Example

White with #BA2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2487; }

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

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

background-color css

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

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

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

border-color css

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

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

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