Html Css Color HEX #BA2087 Medium Violet Red

📋 copy color: '#BA2087'

red 186 ◦ green 32 ◦ blue 135

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

Shades of Medium Violet Red #BA2087

Tints of Medium Violet Red #BA2087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 52.69%
G = 9.07%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2087 (or 0xBA2087) is known color: Medium Violet Red. HEX triplet: BA, 20 and 87. RGB value is (186,32,135). Sum of RGB (Red+Green+Blue) = 186+32+135=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2087 is #45DF78. Grayscale: #595959. Windows color (decimal): -4579193 or 8855738. OLE color: 8855738.

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

Color convert

RGB 186 32 135 -
CMYK 0 0.83 0.27 0.27
HSL 319.87º 0.71% 0.43% -
HSV(B) 319.87º 0.83% 0.73% -
XYZ 25.14 13.22 24.15 -
YUV 89.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 186 32 135 0 0.83 0.27 0.27 319.87 0.71 0.43
Hex BA 20 87 0 53 1B 1B 140 47 2B
Octal 272 40 207 0 123 33 33 500 107 53
Binary 10111010 100000 10000111 0 1010011 11011 11011 101000000 1000111 101011

Color Harmonies of #BA2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2087

Black with #BA2087

Text Example


Text Example

White with #BA2087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2087; }

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

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

background-color css

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

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

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

border-color css

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

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

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