#b5276c

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

Shades of Medium Red Violet #B5276C

Tints of Medium Red Violet #B5276C

Color information

#B5276C (or 0xB5276C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 27 and 6C. RGB value is (181,39,108). Sum of RGB (Red+Green+Blue) = 181+39+108=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5276C is #4AD893. Grayscale: #595959. Windows color (decimal): -4905108 or 7088053. OLE color: 7088053.

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

Color convert

RGB18139108-
CMYK00.780.400.29
HSL330.85º64.55%43.14%-
HSV(B)330.85º78.45%70.98%-
XYZ22.4912.3615.39-
YUV89.32138.54193.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=55.18%
G=11.89%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813910800.780.400.29330.8564.5543.14
HexB5276C04E281D14b412b
Octal265471540116503551310153
Binary10110101100111110110001001110101000111011010010111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5276c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5276c; }

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

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

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

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

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

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

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

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