Html Css Color HEX #BA0687 Medium Violet Red

📋 copy color: '#BA0687'

red 186 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #BA0687

Tints of Medium Violet Red #BA0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 56.88%
G = 1.83%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0687 (or 0xBA0687) is known color: Medium Violet Red. HEX triplet: BA, 06 and 87. RGB value is (186,6,135). Sum of RGB (Red+Green+Blue) = 186+6+135=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0687 is #45F978. Grayscale: #4A4A4A. Windows color (decimal): -4585849 or 8849082. OLE color: 8849082.

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

Color convert

RGB 186 6 135 -
CMYK 0 0.97 0.27 0.27
HSL 317º 0.94% 0.38% -
HSV(B) 317º 0.97% 0.73% -
XYZ 24.69 12.32 24 -
YUV 74.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 186 6 135 0 0.97 0.27 0.27 317 0.94 0.38
Hex BA 6 87 0 61 1B 1B 13D 5E 26
Octal 272 6 207 0 141 33 33 475 136 46
Binary 10111010 110 10000111 0 1100001 11011 11011 100111101 1011110 100110

Color Harmonies of #BA0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0687

Black with #BA0687

Text Example


Text Example

White with #BA0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0687; }

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

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

background-color css

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

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

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

border-color css

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

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

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