#B6246C

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

Shades of Medium Red Violet #B6246C

Tints of Medium Red Violet #B6246C

Color information

#B6246C (or 0xB6246C) is unknown color: approx Medium Red Violet. HEX triplet: B6, 24 and 6C. RGB value is (182,36,108). Sum of RGB (Red+Green+Blue) = 182+36+108=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6246C is #49DB93. Grayscale: #575757. Windows color (decimal): -4840340 or 7087286. OLE color: 7087286.

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

Color convert

RGB18236108-
CMYK00.800.410.29
HSL330.41º66.97%42.75%-
HSV(B)330.41º80.22%71.37%-
XYZ22.6312.2915.37-
YUV87.86139.37195.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.83%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=55.83%
G=11.04%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823610800.800.410.29330.4166.9742.75
HexB6246C050291D14a432b
Octal266441540120513551210353
Binary10110110100100110110001010000101001111011010010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6246C; }

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

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

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

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

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

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

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

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