Html Css Color HEX #BA399F Medium Red Violet

📋 copy color: '#BA399F'

red 186 ◦ green 57 ◦ blue 159

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

Shades of Medium Red Violet #BA399F

Tints of Medium Red Violet #BA399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

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

R = 46.27%
G = 14.18%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA399F (or 0xBA399F) is known color: Medium Red Violet. HEX triplet: BA, 39 and 9F. RGB value is (186,57,159). Sum of RGB (Red+Green+Blue) = 186+57+159=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA399F is #45C660. Grayscale: #6A6A6A. Windows color (decimal): -4572769 or 10435002. OLE color: 10435002.

HSL color Cylindrical-coordinate representation of color #BA399F: hue angle of 312.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA399F is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 159 -
CMYK 0 0.69 0.15 0.27
HSL 312.56º 0.53% 0.48% -
HSV(B) 312.56º 0.69% 0.73% -
XYZ 27.97 15.87 34.39 -
YUV 107.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 186 57 159 0 0.69 0.15 0.27 312.56 0.53 0.48
Hex BA 39 9F 0 45 F 1B 139 35 30
Octal 272 71 237 0 105 17 33 471 65 60
Binary 10111010 111001 10011111 0 1000101 1111 11011 100111001 110101 110000

Color Harmonies of #BA399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA399F

Black with #BA399F

Text Example


Text Example

White with #BA399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA399F; }

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

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

background-color css

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

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

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

border-color css

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

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

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