Html Css Color HEX #BA398F Medium Red Violet

📋 copy color: '#BA398F'

red 186 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #BA398F

Tints of Medium Red Violet #BA398F

RGB

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

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

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

R = 48.19%
G = 14.77%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA398F (or 0xBA398F) is known color: Medium Red Violet. HEX triplet: BA, 39 and 8F. RGB value is (186,57,143). Sum of RGB (Red+Green+Blue) = 186+57+143=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA398F is #45C670. Grayscale: #696969. Windows color (decimal): -4572785 or 9386426. OLE color: 9386426.

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

Color convert

RGB 186 57 143 -
CMYK 0 0.69 0.23 0.27
HSL 320º 0.53% 0.48% -
HSV(B) 320º 0.69% 0.73% -
XYZ 26.67 15.35 27.54 -
YUV 105.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 186 57 143 0 0.69 0.23 0.27 320 0.53 0.48
Hex BA 39 8F 0 45 17 1B 140 35 30
Octal 272 71 217 0 105 27 33 500 65 60
Binary 10111010 111001 10001111 0 1000101 10111 11011 101000000 110101 110000

Color Harmonies of #BA398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA398F

Black with #BA398F

Text Example


Text Example

White with #BA398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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