Html Css Color HEX #BA0492 Medium Violet Red

📋 copy color: '#BA0492'

red 186 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #BA0492

Tints of Medium Violet Red #BA0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 55.36%
G = 1.19%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0492 (or 0xBA0492) is known color: Medium Violet Red. HEX triplet: BA, 04 and 92. RGB value is (186,4,146). Sum of RGB (Red+Green+Blue) = 186+4+146=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0492 is #45FB6D. Grayscale: #4A4A4A. Windows color (decimal): -4586350 or 9569466. OLE color: 9569466.

HSL color Cylindrical-coordinate representation of color #BA0492: hue angle of 313.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0492 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 146 -
CMYK 0 0.98 0.22 0.27
HSL 313.19º 0.96% 0.37% -
HSV(B) 313.19º 0.98% 0.73% -
XYZ 25.48 12.6 28.28 -
YUV 74.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 186 4 146 0 0.98 0.22 0.27 313.19 0.96 0.37
Hex BA 4 92 0 62 16 1B 139 60 25
Octal 272 4 222 0 142 26 33 471 140 45
Binary 10111010 100 10010010 0 1100010 10110 11011 100111001 1100000 100101

Color Harmonies of #BA0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0492

Black with #BA0492

Text Example


Text Example

White with #BA0492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0492; }

 p { color: rgb(186,4,146); }

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

background-color css

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

 a { background-color: rgb(186,4,146); }

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

border-color css

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

 span { border-color: rgb(186,4,146); }

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