#B6217B

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

Shades of Medium Red Violet #B6217B

Tints of Medium Red Violet #B6217B

Color information

#B6217B (or 0xB6217B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 21 and 7B. RGB value is (182,33,123). Sum of RGB (Red+Green+Blue) = 182+33+123=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6217B is #49DE84. Grayscale: #575757. Windows color (decimal): -4841093 or 8069558. OLE color: 8069558.

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

Color convert

RGB18233123-
CMYK00.820.320.29
HSL323.76º69.3%42.16%-
HSV(B)323.76º81.87%71.37%-
XYZ23.4112.4619.91-
YUV87.81147.86195.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=53.85%
G=9.76%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823312300.820.320.29323.7669.342.16
HexB6217B052201D144452a
Octal266411730122403550410552
Binary10110110100001111101101010010100000111011010001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6217B; }

 p { color: rgb(182,33,123); }

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

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

 a { background-color: rgb(182,33,123); }

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

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

 span { border-color: rgb(182,33,123); }

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