#B40396

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

Shades of Medium Violet Red #B40396

Tints of Medium Violet Red #B40396

Color information

#B40396 (or 0xB40396) is unknown color: approx Medium Violet Red. HEX triplet: B4, 03 and 96. RGB value is (180,3,150). Sum of RGB (Red+Green+Blue) = 180+3+150=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40396 is #4BFC69. Grayscale: #484848. Windows color (decimal): -4979818 or 9831348. OLE color: 9831348.

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

Color convert

RGB1803150-
CMYK00.980.170.29
HSL310.17º96.72%35.88%-
HSV(B)310.17º98.33%70.59%-
XYZ24.3611.9729.88-
YUV72.68171.64204.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=54.05%
G=0.90%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180315000.980.170.29310.1796.7235.88
HexB4396062111D1366124
Octal26432260142213546614144
Binary1011010011100101100110001010001111011001101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40396; }

 p { color: rgb(180,3,150); }

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

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

 a { background-color: rgb(180,3,150); }

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

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

 span { border-color: rgb(180,3,150); }

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