#B6217A

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

Shades of Medium Red Violet #B6217A

Tints of Medium Red Violet #B6217A

Color information

#B6217A (or 0xB6217A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 21 and 7A. RGB value is (182,33,122). Sum of RGB (Red+Green+Blue) = 182+33+122=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B6217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6217A is #49DE85. Grayscale: #575757. Windows color (decimal): -4841094 or 8004022. OLE color: 8004022.

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

Color convert

RGB18233122-
CMYK00.820.330.29
HSL324.16º69.3%42.16%-
HSV(B)324.16º81.87%71.37%-
XYZ23.3512.4419.58-
YUV87.7147.36195.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=54.01%
G=9.79%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823312200.820.330.29324.1669.342.16
HexB6217A052211D144452a
Octal266411720122413550410552
Binary10110110100001111101001010010100001111011010001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6217A; }

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

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

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

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

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

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

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

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