Html Css Color HEX #BA398C Medium Red Violet

📋 copy color: '#BA398C'

red 186 ◦ green 57 ◦ blue 140

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

Shades of Medium Red Violet #BA398C

Tints of Medium Red Violet #BA398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 48.56%
G = 14.88%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA398C (or 0xBA398C) is known color: Medium Red Violet. HEX triplet: BA, 39 and 8C. RGB value is (186,57,140). Sum of RGB (Red+Green+Blue) = 186+57+140=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA398C is #45C673. Grayscale: #686868. Windows color (decimal): -4572788 or 9189818. OLE color: 9189818.

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

Color convert

RGB 186 57 140 -
CMYK 0 0.69 0.25 0.27
HSL 321.4º 0.53% 0.48% -
HSV(B) 321.4º 0.69% 0.73% -
XYZ 26.45 15.26 26.36 -
YUV 105.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 186 57 140 0 0.69 0.25 0.27 321.4 0.53 0.48
Hex BA 39 8C 0 45 19 1B 141 35 30
Octal 272 71 214 0 105 31 33 501 65 60
Binary 10111010 111001 10001100 0 1000101 11001 11011 101000001 110101 110000

Color Harmonies of #BA398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA398C

Black with #BA398C

Text Example


Text Example

White with #BA398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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