#B5247A

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

Shades of Medium Red Violet #B5247A

Tints of Medium Red Violet #B5247A

Color information

#B5247A (or 0xB5247A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 24 and 7A. RGB value is (181,36,122). Sum of RGB (Red+Green+Blue) = 181+36+122=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5247A is #4ADB85. Grayscale: #585858. Windows color (decimal): -4905862 or 8004789. OLE color: 8004789.

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

Color convert

RGB18136122-
CMYK00.800.330.29
HSL324.41º66.82%42.55%-
HSV(B)324.41º80.11%70.98%-
XYZ23.212.4919.6-
YUV89.16146.54193.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=53.39%
G=10.62%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813612200.800.330.29324.4166.8242.55
HexB5247A050211D144432b
Octal265441720120413550410353
Binary10110101100100111101001010000100001111011010001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5247A; }

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

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

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

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

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

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

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

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