#B40678

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

Shades of Medium Violet Red #B40678

Tints of Medium Violet Red #B40678

Color information

#B40678 (or 0xB40678) is unknown color: approx Medium Violet Red. HEX triplet: B4, 06 and 78. RGB value is (180,6,120). Sum of RGB (Red+Green+Blue) = 180+6+120=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B40678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40678 is #4BF987. Grayscale: #464646. Windows color (decimal): -4979080 or 7866036. OLE color: 7866036.

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

Color convert

RGB1806120-
CMYK00.970.330.29
HSL320.69º93.55%36.47%-
HSV(B)320.69º96.67%70.59%-
XYZ22.2811.1918.75-
YUV71.02155.65205.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 6 (2.73% from 255) = 1.96%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=58.82%
G=1.96%
B=39.22%

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
Decimal180612000.970.330.29320.6993.5536.47
HexB4678061211D1415e24
Octal26461700141413550113644
Binary10110100110111100001100001100001111011010000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40678; }

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

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

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

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

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

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

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

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