Html Css Color HEX #BA3887 Medium Red Violet

📋 copy color: '#BA3887'

red 186 ◦ green 56 ◦ blue 135

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

Shades of Medium Red Violet #BA3887

Tints of Medium Red Violet #BA3887

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 49.34%
G = 14.85%
B = 35.81%

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

#BA3887 (or 0xBA3887) is known color: Medium Red Violet. HEX triplet: BA, 38 and 87. RGB value is (186,56,135). Sum of RGB (Red+Green+Blue) = 186+56+135=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3887 is #45C778. Grayscale: #676767. Windows color (decimal): -4573049 or 8861882. OLE color: 8861882.

HSL color Cylindrical-coordinate representation of color #BA3887: hue angle of 323.54º 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 #BA3887 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 135 -
CMYK 0 0.70 0.27 0.27
HSL 323.54º 0.54% 0.47% -
HSV(B) 323.54º 0.7% 0.73% -
XYZ 26.04 15.02 24.45 -
YUV 103.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 186 56 135 0 0.70 0.27 0.27 323.54 0.54 0.47
Hex BA 38 87 0 46 1B 1B 144 36 2F
Octal 272 70 207 0 106 33 33 504 66 57
Binary 10111010 111000 10000111 0 1000110 11011 11011 101000100 110110 101111

Color Harmonies of #BA3887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3887

Black with #BA3887

Text Example


Text Example

White with #BA3887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3887; }

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

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

background-color css

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

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

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

border-color css

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

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

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