Html Css Color HEX #BA388A Medium Red Violet

📋 copy color: '#BA388A'

red 186 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #BA388A

Tints of Medium Red Violet #BA388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 48.95%
G = 14.74%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA388A (or 0xBA388A) is known color: Medium Red Violet. HEX triplet: BA, 38 and 8A. RGB value is (186,56,138). Sum of RGB (Red+Green+Blue) = 186+56+138=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA388A is #45C775. Grayscale: #686868. Windows color (decimal): -4573046 or 9058490. OLE color: 9058490.

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

Color convert

RGB 186 56 138 -
CMYK 0 0.70 0.26 0.27
HSL 322.15º 0.54% 0.47% -
HSV(B) 322.15º 0.7% 0.73% -
XYZ 26.25 15.1 25.58 -
YUV 104.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 186 56 138 0 0.70 0.26 0.27 322.15 0.54 0.47
Hex BA 38 8A 0 46 1A 1B 142 36 2F
Octal 272 70 212 0 106 32 33 502 66 57
Binary 10111010 111000 10001010 0 1000110 11010 11011 101000010 110110 101111

Color Harmonies of #BA388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA388A

Black with #BA388A

Text Example


Text Example

White with #BA388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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