#B40178

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

Shades of Medium Violet Red #B40178

Tints of Medium Violet Red #B40178

Color information

#B40178 (or 0xB40178) is unknown color: approx Medium Violet Red. HEX triplet: B4, 01 and 78. RGB value is (180,1,120). Sum of RGB (Red+Green+Blue) = 180+1+120=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B40178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40178 is #4BFE87. Grayscale: #434343. Windows color (decimal): -4980360 or 7864756. OLE color: 7864756.

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

Color convert

RGB1801120-
CMYK00.990.330.29
HSL320.11º98.9%35.49%-
HSV(B)320.11º99.44%70.59%-
XYZ22.2211.0818.74-
YUV68.09157.3207.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=59.80%
G=0.33%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180112000.990.330.29320.1198.935.49
HexB4178063211D1406323
Octal26411700143413550014343
Binary101101001111100001100011100001111011010000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40178; }

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

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

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

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

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

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

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

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