Html Css Color HEX #BA399C Medium Red Violet

📋 copy color: '#BA399C'

red 186 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #BA399C

Tints of Medium Red Violet #BA399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 46.62%
G = 14.29%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA399C (or 0xBA399C) is known color: Medium Red Violet. HEX triplet: BA, 39 and 9C. RGB value is (186,57,156). Sum of RGB (Red+Green+Blue) = 186+57+156=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA399C is #45C663. Grayscale: #6A6A6A. Windows color (decimal): -4572772 or 10238394. OLE color: 10238394.

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

Color convert

RGB 186 57 156 -
CMYK 0 0.69 0.16 0.27
HSL 313.95º 0.53% 0.48% -
HSV(B) 313.95º 0.69% 0.73% -
XYZ 27.71 15.77 33.03 -
YUV 106.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 186 57 156 0 0.69 0.16 0.27 313.95 0.53 0.48
Hex BA 39 9C 0 45 10 1B 13A 35 30
Octal 272 71 234 0 105 20 33 472 65 60
Binary 10111010 111001 10011100 0 1000101 10000 11011 100111010 110101 110000

Color Harmonies of #BA399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA399C

Black with #BA399C

Text Example


Text Example

White with #BA399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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