#B5276E

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

Shades of Medium Red Violet #B5276E

Tints of Medium Red Violet #B5276E

Color information

#B5276E (or 0xB5276E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 27 and 6E. RGB value is (181,39,110). Sum of RGB (Red+Green+Blue) = 181+39+110=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5276E is #4AD891. Grayscale: #595959. Windows color (decimal): -4905106 or 7219125. OLE color: 7219125.

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

Color convert

RGB18139110-
CMYK00.780.390.29
HSL330º64.55%43.14%-
HSV(B)330º78.45%70.98%-
XYZ22.612.415.95-
YUV89.55139.54193.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=54.85%
G=11.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813911000.780.390.2933064.5543.14
HexB5276E04E271D14a412b
Octal265471560116473551210153
Binary10110101100111110111001001110100111111011010010101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5276E; }

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

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

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

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

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

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

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

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