Html Css Color HEX #BA1687 Medium Violet Red

📋 copy color: '#BA1687'

red 186 ◦ green 22 ◦ blue 135

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

Shades of Medium Violet Red #BA1687

Tints of Medium Violet Red #BA1687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

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

R = 54.23%
G = 6.41%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA1687 (or 0xBA1687) is known color: Medium Violet Red. HEX triplet: BA, 16 and 87. RGB value is (186,22,135). Sum of RGB (Red+Green+Blue) = 186+22+135=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1687 is #45E978. Grayscale: #535353. Windows color (decimal): -4581753 or 8853178. OLE color: 8853178.

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

Color convert

RGB 186 22 135 -
CMYK 0 0.88 0.27 0.27
HSL 318.66º 0.79% 0.41% -
HSV(B) 318.66º 0.88% 0.73% -
XYZ 24.91 12.76 24.07 -
YUV 83.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 186 22 135 0 0.88 0.27 0.27 318.66 0.79 0.41
Hex BA 16 87 0 58 1B 1B 13F 4F 29
Octal 272 26 207 0 130 33 33 477 117 51
Binary 10111010 10110 10000111 0 1011000 11011 11011 100111111 1001111 101001

Color Harmonies of #BA1687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1687

Black with #BA1687

Text Example


Text Example

White with #BA1687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1687; }

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

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

background-color css

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

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

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

border-color css

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

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

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