Html Css Color HEX #BA387F Medium Red Violet

📋 copy color: '#BA387F'

red 186 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #BA387F

Tints of Medium Red Violet #BA387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 50.41%
G = 15.18%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA387F (or 0xBA387F) is known color: Medium Red Violet. HEX triplet: BA, 38 and 7F. RGB value is (186,56,127). Sum of RGB (Red+Green+Blue) = 186+56+127=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA387F is #45C780. Grayscale: #666666. Windows color (decimal): -4573057 or 8337594. OLE color: 8337594.

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

Color convert

RGB 186 56 127 -
CMYK 0 0.70 0.32 0.27
HSL 327.23º 0.54% 0.47% -
HSV(B) 327.23º 0.7% 0.73% -
XYZ 25.49 14.8 21.59 -
YUV 102.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 186 56 127 0 0.70 0.32 0.27 327.23 0.54 0.47
Hex BA 38 7F 0 46 20 1B 147 36 2F
Octal 272 70 177 0 106 40 33 507 66 57
Binary 10111010 111000 1111111 0 1000110 100000 11011 101000111 110110 101111

Color Harmonies of #BA387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA387F

Black with #BA387F

Text Example


Text Example

White with #BA387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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