Html Css Color HEX #BA388C Medium Red Violet

📋 copy color: '#BA388C'

red 186 ◦ green 56 ◦ blue 140

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

Shades of Medium Red Violet #BA388C

Tints of Medium Red Violet #BA388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 48.69%
G = 14.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA388C (or 0xBA388C) is known color: Medium Red Violet. HEX triplet: BA, 38 and 8C. RGB value is (186,56,140). Sum of RGB (Red+Green+Blue) = 186+56+140=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA388C is #45C773. Grayscale: #686868. Windows color (decimal): -4573044 or 9189562. OLE color: 9189562.

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

Color convert

RGB 186 56 140 -
CMYK 0 0.70 0.25 0.27
HSL 321.23º 0.54% 0.47% -
HSV(B) 321.23º 0.7% 0.73% -
XYZ 26.4 15.16 26.35 -
YUV 104.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 186 56 140 0 0.70 0.25 0.27 321.23 0.54 0.47
Hex BA 38 8C 0 46 19 1B 141 36 2F
Octal 272 70 214 0 106 31 33 501 66 57
Binary 10111010 111000 10001100 0 1000110 11001 11011 101000001 110110 101111

Color Harmonies of #BA388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA388C

Black with #BA388C

Text Example


Text Example

White with #BA388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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