#B40679

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

Shades of Medium Violet Red #B40679

Tints of Medium Violet Red #B40679

Color information

#B40679 (or 0xB40679) is unknown color: approx Medium Violet Red. HEX triplet: B4, 06 and 79. RGB value is (180,6,121). Sum of RGB (Red+Green+Blue) = 180+6+121=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B40679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40679 is #4BF986. Grayscale: #464646. Windows color (decimal): -4979079 or 7931572. OLE color: 7931572.

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

Color convert

RGB1806121-
CMYK00.970.330.29
HSL320.34º93.55%36.47%-
HSV(B)320.34º96.67%70.59%-
XYZ22.3411.2119.08-
YUV71.14156.15205.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=58.63%
G=1.95%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180612100.970.330.29320.3493.5536.47
HexB4679061211D1405e24
Octal26461710141413550013644
Binary10110100110111100101100001100001111011010000001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40679; }

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

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

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

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

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

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

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

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