#B40B79

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

Shades of Medium Violet Red #B40B79

Tints of Medium Violet Red #B40B79

Color information

#B40B79 (or 0xB40B79) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0B and 79. RGB value is (180,11,121). Sum of RGB (Red+Green+Blue) = 180+11+121=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B79 is #4BF486. Grayscale: #494949. Windows color (decimal): -4977799 or 7932852. OLE color: 7932852.

HSL color Cylindrical-coordinate representation of color #B40B79: hue angle of 320.95º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B79 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18011121-
CMYK00.940.330.29
HSL320.95º88.48%37.45%-
HSV(B)320.95º93.89%70.59%-
XYZ22.3911.3219.09-
YUV74.07154.49203.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=57.69%
G=3.53%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801112100.940.330.29320.9588.4837.45
HexB4B7905E211D1415825
Octal264131710136413550113045
Binary101101001011111100101011110100001111011010000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B79; }

 p { color: rgb(180,11,121); }

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

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

 a { background-color: rgb(180,11,121); }

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

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

 span { border-color: rgb(180,11,121); }

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