Html Css Color HEX #BA389F Medium Red Violet

📋 copy color: '#BA389F'

red 186 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #BA389F

Tints of Medium Red Violet #BA389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 46.38%
G = 13.97%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA389F (or 0xBA389F) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9F. RGB value is (186,56,159). Sum of RGB (Red+Green+Blue) = 186+56+159=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389F is #45C760. Grayscale: #6A6A6A. Windows color (decimal): -4573025 or 10434746. OLE color: 10434746.

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

Color convert

RGB 186 56 159 -
CMYK 0 0.70 0.15 0.27
HSL 312.46º 0.54% 0.47% -
HSV(B) 312.46º 0.7% 0.73% -
XYZ 27.92 15.77 34.37 -
YUV 106.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 186 56 159 0 0.70 0.15 0.27 312.46 0.54 0.47
Hex BA 38 9F 0 46 F 1B 138 36 2F
Octal 272 70 237 0 106 17 33 470 66 57
Binary 10111010 111000 10011111 0 1000110 1111 11011 100111000 110110 101111

Color Harmonies of #BA389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA389F

Black with #BA389F

Text Example


Text Example

White with #BA389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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