#B6246E

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

Shades of Medium Red Violet #B6246E

Tints of Medium Red Violet #B6246E

Color information

#B6246E (or 0xB6246E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 24 and 6E. RGB value is (182,36,110). Sum of RGB (Red+Green+Blue) = 182+36+110=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6246E is #49DB91. Grayscale: #575757. Windows color (decimal): -4840338 or 7218358. OLE color: 7218358.

HSL color Cylindrical-coordinate representation of color #B6246E: hue angle of 329.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6246E is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18236110-
CMYK00.800.400.29
HSL329.59º66.97%42.75%-
HSV(B)329.59º80.22%71.37%-
XYZ22.7412.3315.93-
YUV88.09140.37194.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=55.49%
G=10.98%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823611000.800.400.29329.5966.9742.75
HexB6246E050281D14a432b
Octal266441560120503551210353
Binary10110110100100110111001010000101000111011010010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6246E; }

 p { color: rgb(182,36,110); }

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

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

 a { background-color: rgb(182,36,110); }

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

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

 span { border-color: rgb(182,36,110); }

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