#B5256E

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

Shades of Medium Red Violet #B5256E

Tints of Medium Red Violet #B5256E

Color information

#B5256E (or 0xB5256E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 25 and 6E. RGB value is (181,37,110). Sum of RGB (Red+Green+Blue) = 181+37+110=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5256E is #4ADA91. Grayscale: #585858. Windows color (decimal): -4905618 or 7218613. OLE color: 7218613.

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

Color convert

RGB18137110-
CMYK00.800.390.29
HSL329.58º66.06%42.75%-
HSV(B)329.58º79.56%70.98%-
XYZ22.5312.2715.93-
YUV88.38140.21194.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=55.18%
G=11.28%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813711000.800.390.29329.5866.0642.75
HexB5256E050271D14a422b
Octal265451560120473551210253
Binary10110101100101110111001010000100111111011010010101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5256E; }

 p { color: rgb(181,37,110); }

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

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

 a { background-color: rgb(181,37,110); }

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

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

 span { border-color: rgb(181,37,110); }

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