Html Css Color HEX #BA1987 Medium Violet Red

📋 copy color: '#BA1987'

red 186 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #BA1987

Tints of Medium Violet Red #BA1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 53.76%
G = 7.23%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA1987 (or 0xBA1987) is known color: Medium Violet Red. HEX triplet: BA, 19 and 87. RGB value is (186,25,135). Sum of RGB (Red+Green+Blue) = 186+25+135=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1987 is #45E678. Grayscale: #555555. Windows color (decimal): -4580985 or 8853946. OLE color: 8853946.

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

Color convert

RGB 186 25 135 -
CMYK 0 0.87 0.27 0.27
HSL 319.01º 0.76% 0.41% -
HSV(B) 319.01º 0.87% 0.73% -
XYZ 24.97 12.88 24.09 -
YUV 85.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 186 25 135 0 0.87 0.27 0.27 319.01 0.76 0.41
Hex BA 19 87 0 57 1B 1B 13F 4C 29
Octal 272 31 207 0 127 33 33 477 114 51
Binary 10111010 11001 10000111 0 1010111 11011 11011 100111111 1001100 101001

Color Harmonies of #BA1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1987

Black with #BA1987

Text Example


Text Example

White with #BA1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1987; }

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

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

background-color css

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

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

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

border-color css

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

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

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