Html Css Color HEX #BA2787 Medium Red Violet

📋 copy color: '#BA2787'

red 186 ◦ green 39 ◦ blue 135

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

Shades of Medium Red Violet #BA2787

Tints of Medium Red Violet #BA2787

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 51.67%
G = 10.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2787 (or 0xBA2787) is known color: Medium Red Violet. HEX triplet: BA, 27 and 87. RGB value is (186,39,135). Sum of RGB (Red+Green+Blue) = 186+39+135=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2787 is #45D878. Grayscale: #5D5D5D. Windows color (decimal): -4577401 or 8857530. OLE color: 8857530.

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

Color convert

RGB 186 39 135 -
CMYK 0 0.79 0.27 0.27
HSL 320.82º 0.65% 0.44% -
HSV(B) 320.82º 0.79% 0.73% -
XYZ 25.35 13.64 24.22 -
YUV 93.9 151.2 193.69 -
System Red Green Blue C M Y K H S L
Decimal 186 39 135 0 0.79 0.27 0.27 320.82 0.65 0.44
Hex BA 27 87 0 4F 1B 1B 141 41 2C
Octal 272 47 207 0 117 33 33 501 101 54
Binary 10111010 100111 10000111 0 1001111 11011 11011 101000001 1000001 101100

Color Harmonies of #BA2787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2787

Black with #BA2787

Text Example


Text Example

White with #BA2787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2787; }

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

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

background-color css

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

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

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

border-color css

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

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

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