#B5167B

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

Shades of Medium Violet Red #B5167B

Tints of Medium Violet Red #B5167B

Color information

#B5167B (or 0xB5167B) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and 7B. RGB value is (181,22,123). Sum of RGB (Red+Green+Blue) = 181+22+123=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5167B is #4AE984. Grayscale: #505050. Windows color (decimal): -4909445 or 8066741. OLE color: 8066741.

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

Color convert

RGB18122123-
CMYK00.880.320.29
HSL321.89º78.33%39.8%-
HSV(B)321.89º87.85%70.98%-
XYZ22.9211.8319.81-
YUV81.06151.68199.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=55.52%
G=6.75%
B=37.73%

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
Decimal1812212300.880.320.29321.8978.3339.8
HexB5167B058201D1424e28
Octal265261730130403550211650
Binary1011010110110111101101011000100000111011010000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5167B; }

 p { color: rgb(181,22,123); }

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

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

 a { background-color: rgb(181,22,123); }

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

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

 span { border-color: rgb(181,22,123); }

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