Html Css Color HEX #BA388F Medium Red Violet

📋 copy color: '#BA388F'

red 186 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #BA388F

Tints of Medium Red Violet #BA388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 48.31%
G = 14.55%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA388F (or 0xBA388F) is known color: Medium Red Violet. HEX triplet: BA, 38 and 8F. RGB value is (186,56,143). Sum of RGB (Red+Green+Blue) = 186+56+143=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA388F is #45C770. Grayscale: #686868. Windows color (decimal): -4573041 or 9386170. OLE color: 9386170.

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

Color convert

RGB 186 56 143 -
CMYK 0 0.70 0.23 0.27
HSL 319.85º 0.54% 0.47% -
HSV(B) 319.85º 0.7% 0.73% -
XYZ 26.62 15.25 27.53 -
YUV 104.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 186 56 143 0 0.70 0.23 0.27 319.85 0.54 0.47
Hex BA 38 8F 0 46 17 1B 140 36 2F
Octal 272 70 217 0 106 27 33 500 66 57
Binary 10111010 111000 10001111 0 1000110 10111 11011 101000000 110110 101111

Color Harmonies of #BA388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA388F

Black with #BA388F

Text Example


Text Example

White with #BA388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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