Html Css Color HEX #BA387D Medium Red Violet

📋 copy color: '#BA387D'

red 186 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #BA387D

Tints of Medium Red Violet #BA387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 50.68%
G = 15.26%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA387D (or 0xBA387D) is known color: Medium Red Violet. HEX triplet: BA, 38 and 7D. RGB value is (186,56,125). Sum of RGB (Red+Green+Blue) = 186+56+125=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA387D is #45C782. Grayscale: #666666. Windows color (decimal): -4573059 or 8206522. OLE color: 8206522.

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

Color convert

RGB 186 56 125 -
CMYK 0 0.70 0.33 0.27
HSL 328.15º 0.54% 0.47% -
HSV(B) 328.15º 0.7% 0.73% -
XYZ 25.37 14.75 20.91 -
YUV 102.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 186 56 125 0 0.70 0.33 0.27 328.15 0.54 0.47
Hex BA 38 7D 0 46 21 1B 148 36 2F
Octal 272 70 175 0 106 41 33 510 66 57
Binary 10111010 111000 1111101 0 1000110 100001 11011 101001000 110110 101111

Color Harmonies of #BA387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA387D

Black with #BA387D

Text Example


Text Example

White with #BA387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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