Html Css Color HEX #BA3787 Medium Red Violet

📋 copy color: '#BA3787'

red 186 ◦ green 55 ◦ blue 135

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

Shades of Medium Red Violet #BA3787

Tints of Medium Red Violet #BA3787

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.63%

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

R = 49.47%
G = 14.63%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA3787 (or 0xBA3787) is known color: Medium Red Violet. HEX triplet: BA, 37 and 87. RGB value is (186,55,135). Sum of RGB (Red+Green+Blue) = 186+55+135=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3787 is #45C878. Grayscale: #676767. Windows color (decimal): -4573305 or 8861626. OLE color: 8861626.

HSL color Cylindrical-coordinate representation of color #BA3787: hue angle of 323.36º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3787 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 135 -
CMYK 0 0.70 0.27 0.27
HSL 323.36º 0.54% 0.47% -
HSV(B) 323.36º 0.7% 0.73% -
XYZ 25.99 14.92 24.43 -
YUV 103.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 186 55 135 0 0.70 0.27 0.27 323.36 0.54 0.47
Hex BA 37 87 0 46 1B 1B 143 36 2F
Octal 272 67 207 0 106 33 33 503 66 57
Binary 10111010 110111 10000111 0 1000110 11011 11011 101000011 110110 101111

Color Harmonies of #BA3787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3787

Black with #BA3787

Text Example


Text Example

White with #BA3787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3787; }

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

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

background-color css

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

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

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

border-color css

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

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

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