#B40293

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

Shades of Medium Violet Red #B40293

Tints of Medium Violet Red #B40293

Color information

#B40293 (or 0xB40293) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and 93. RGB value is (180,2,147). Sum of RGB (Red+Green+Blue) = 180+2+147=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B40293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40293 is #4BFD6C. Grayscale: #474747. Windows color (decimal): -4980077 or 9634484. OLE color: 9634484.

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

Color convert

RGB1802147-
CMYK00.990.180.29
HSL311.12º97.8%35.69%-
HSV(B)311.12º98.89%70.59%-
XYZ24.1111.8528.62-
YUV71.75170.47205.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=54.71%
G=0.61%
B=44.68%

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
Decimal180214700.990.180.29311.1297.835.69
HexB4293063121D1376224
Octal26422230143223546714244
Binary1011010010100100110110001110010111011001101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40293; }

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

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

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

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

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

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

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

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