Html Css Color HEX #BA4097 Medium Red Violet

📋 copy color: '#BA4097'

red 186 ◦ green 64 ◦ blue 151

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

Shades of Medium Red Violet #BA4097

Tints of Medium Red Violet #BA4097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 46.38%
G = 15.96%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA4097 (or 0xBA4097) is known color: Medium Red Violet. HEX triplet: BA, 40 and 97. RGB value is (186,64,151). Sum of RGB (Red+Green+Blue) = 186+64+151=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4097 is #45BF68. Grayscale: #6E6E6E. Windows color (decimal): -4570985 or 9912506. OLE color: 9912506.

HSL color Cylindrical-coordinate representation of color #BA4097: hue angle of 317.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4097 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 151 -
CMYK 0 0.66 0.19 0.27
HSL 317.21º 0.49% 0.49% -
HSV(B) 317.21º 0.66% 0.73% -
XYZ 27.67 16.34 30.97 -
YUV 110.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 186 64 151 0 0.66 0.19 0.27 317.21 0.49 0.49
Hex BA 40 97 0 42 13 1B 13D 31 31
Octal 272 100 227 0 102 23 33 475 61 61
Binary 10111010 1000000 10010111 0 1000010 10011 11011 100111101 110001 110001

Color Harmonies of #BA4097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4097

Black with #BA4097

Text Example


Text Example

White with #BA4097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4097; }

 p { color: rgb(186,64,151); }

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

background-color css

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

 a { background-color: rgb(186,64,151); }

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

border-color css

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

 span { border-color: rgb(186,64,151); }

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