Html Css Color HEX #BA2687 Medium Red Violet

📋 copy color: '#BA2687'

red 186 ◦ green 38 ◦ blue 135

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

Shades of Medium Red Violet #BA2687

Tints of Medium Red Violet #BA2687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 51.81%
G = 10.58%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2687 (or 0xBA2687) is known color: Medium Red Violet. HEX triplet: BA, 26 and 87. RGB value is (186,38,135). Sum of RGB (Red+Green+Blue) = 186+38+135=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2687 is #45D978. Grayscale: #5D5D5D. Windows color (decimal): -4577657 or 8857274. OLE color: 8857274.

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

Color convert

RGB 186 38 135 -
CMYK 0 0.80 0.27 0.27
HSL 320.68º 0.66% 0.44% -
HSV(B) 320.68º 0.8% 0.73% -
XYZ 25.32 13.57 24.21 -
YUV 93.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 186 38 135 0 0.80 0.27 0.27 320.68 0.66 0.44
Hex BA 26 87 0 50 1B 1B 141 42 2C
Octal 272 46 207 0 120 33 33 501 102 54
Binary 10111010 100110 10000111 0 1010000 11011 11011 101000001 1000010 101100

Color Harmonies of #BA2687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2687

Black with #BA2687

Text Example


Text Example

White with #BA2687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2687; }

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

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

background-color css

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

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

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

border-color css

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

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

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