#B40294

Color #B40294 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B40294

Tints of Medium Violet Red #B40294

Color information

#B40294 (or 0xB40294) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and 94. RGB value is (180,2,148). Sum of RGB (Red+Green+Blue) = 180+2+148=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40294 is #4BFD6B. Grayscale: #474747. Windows color (decimal): -4980076 or 9700020. OLE color: 9700020.

HSL color Cylindrical-coordinate representation of color #B40294: hue angle of 310.79º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40294 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB1802148-
CMYK00.990.180.29
HSL310.79º97.8%35.69%-
HSV(B)310.79º98.89%70.59%-
XYZ24.1911.8829.04-
YUV71.87170.97205.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=54.55%
G=0.61%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180214800.990.180.29310.7997.835.69
HexB4294063121D1376224
Octal26422240143223546714244
Binary1011010010100101000110001110010111011001101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40294; }

 p { color: rgb(180,2,148); }

 H1.HeaderClassName
 {
   color: #B40294;
 }
 .AnyTagClassName
 {
   color: #B40294;
 }
</style>
background-color css

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

 a { background-color: rgb(180,2,148); }

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

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

 span { border-color: rgb(180,2,148); }

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