Html Css Color HEX #BA4098 Medium Red Violet

📋 copy color: '#BA4098'

red 186 ◦ green 64 ◦ blue 152

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

Shades of Medium Red Violet #BA4098

Tints of Medium Red Violet #BA4098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 46.27%
G = 15.92%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA4098 (or 0xBA4098) is known color: Medium Red Violet. HEX triplet: BA, 40 and 98. RGB value is (186,64,152). Sum of RGB (Red+Green+Blue) = 186+64+152=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4098 is #45BF67. Grayscale: #6E6E6E. Windows color (decimal): -4570984 or 9978042. OLE color: 9978042.

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

Color convert

RGB 186 64 152 -
CMYK 0 0.66 0.18 0.27
HSL 316.72º 0.49% 0.49% -
HSV(B) 316.72º 0.66% 0.73% -
XYZ 27.75 16.37 31.4 -
YUV 110.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 186 64 152 0 0.66 0.18 0.27 316.72 0.49 0.49
Hex BA 40 98 0 42 12 1B 13D 31 31
Octal 272 100 230 0 102 22 33 475 61 61
Binary 10111010 1000000 10011000 0 1000010 10010 11011 100111101 110001 110001

Color Harmonies of #BA4098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4098

Black with #BA4098

Text Example


Text Example

White with #BA4098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4098; }

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

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

background-color css

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

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

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

border-color css

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

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

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