#B2167B

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

Shades of Medium Violet Red #B2167B

Tints of Medium Violet Red #B2167B

Color information

#B2167B (or 0xB2167B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 16 and 7B. RGB value is (178,22,123). Sum of RGB (Red+Green+Blue) = 178+22+123=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2167B is #4DE984. Grayscale: #4F4F4F. Windows color (decimal): -5106053 or 8066738. OLE color: 8066738.

HSL color Cylindrical-coordinate representation of color #B2167B: hue angle of 321.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2167B is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17822123-
CMYK00.880.310.30
HSL321.15º78%39.22%-
HSV(B)321.15º87.64%69.8%-
XYZ22.2211.4719.78-
YUV80.16152.18197.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=55.11%
G=6.81%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782212300.880.310.30321.157839.22
HexB2167B0581F1E1414e27
Octal262261730130373650111647
Binary101100101011011110110101100011111111101010000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2167B; }

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

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

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

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

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

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

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

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