#B4167A

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

Shades of Medium Violet Red #B4167A

Tints of Medium Violet Red #B4167A

Color information

#B4167A (or 0xB4167A) is unknown color: approx Medium Violet Red. HEX triplet: B4, 16 and 7A. RGB value is (180,22,122). Sum of RGB (Red+Green+Blue) = 180+22+122=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4167A is #4BE985. Grayscale: #505050. Windows color (decimal): -4974982 or 8001204. OLE color: 8001204.

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

Color convert

RGB18022122-
CMYK00.880.320.29
HSL322.03º78.22%39.61%-
HSV(B)322.03º87.78%70.59%-
XYZ22.6211.6819.47-
YUV80.64151.35198.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 22 (8.98% from 255) = 6.79%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=55.56%
G=6.79%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802212200.880.320.29322.0378.2239.61
HexB4167A058201D1424e28
Octal264261720130403550211650
Binary1011010010110111101001011000100000111011010000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4167A; }

 p { color: rgb(180,22,122); }

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

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

 a { background-color: rgb(180,22,122); }

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

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

 span { border-color: rgb(180,22,122); }

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