#B5246C

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

Shades of Medium Red Violet #B5246C

Tints of Medium Red Violet #B5246C

Color information

#B5246C (or 0xB5246C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 24 and 6C. RGB value is (181,36,108). Sum of RGB (Red+Green+Blue) = 181+36+108=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5246C is #4ADB93. Grayscale: #575757. Windows color (decimal): -4905876 or 7087285. OLE color: 7087285.

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

Color convert

RGB18136108-
CMYK00.800.400.29
HSL330.21º66.82%42.55%-
HSV(B)330.21º80.11%70.98%-
XYZ22.3912.1715.36-
YUV87.56139.54194.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=55.69%
G=11.08%
B=33.23%

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
Decimal1813610800.800.400.29330.2166.8242.55
HexB5246C050281D14a432b
Octal265441540120503551210353
Binary10110101100100110110001010000101000111011010010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5246C; }

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

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

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

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

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

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

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

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