Html Css Color HEX #BA2887 Medium Red Violet

📋 copy color: '#BA2887'

red 186 ◦ green 40 ◦ blue 135

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

Shades of Medium Red Violet #BA2887

Tints of Medium Red Violet #BA2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 51.52%
G = 11.08%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2887 (or 0xBA2887) is known color: Medium Red Violet. HEX triplet: BA, 28 and 87. RGB value is (186,40,135). Sum of RGB (Red+Green+Blue) = 186+40+135=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2887 is #45D778. Grayscale: #5E5E5E. Windows color (decimal): -4577145 or 8857786. OLE color: 8857786.

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

Color convert

RGB 186 40 135 -
CMYK 0 0.78 0.27 0.27
HSL 320.96º 0.65% 0.44% -
HSV(B) 320.96º 0.78% 0.73% -
XYZ 25.38 13.71 24.23 -
YUV 94.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 186 40 135 0 0.78 0.27 0.27 320.96 0.65 0.44
Hex BA 28 87 0 4E 1B 1B 141 41 2C
Octal 272 50 207 0 116 33 33 501 101 54
Binary 10111010 101000 10000111 0 1001110 11011 11011 101000001 1000001 101100

Color Harmonies of #BA2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2887

Black with #BA2887

Text Example


Text Example

White with #BA2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2887; }

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

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

background-color css

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

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

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

border-color css

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

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

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