#B5039B

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

Shades of Medium Violet Red #B5039B

Tints of Medium Violet Red #B5039B

Color information

#B5039B (or 0xB5039B) is unknown color: approx Medium Violet Red. HEX triplet: B5, 03 and 9B. RGB value is (181,3,155). Sum of RGB (Red+Green+Blue) = 181+3+155=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5039B is #4AFC64. Grayscale: #494949. Windows color (decimal): -4914277 or 10159029. OLE color: 10159029.

HSL color Cylindrical-coordinate representation of color #B5039B: hue angle of 308.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5039B is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB1813155-
CMYK00.980.140.29
HSL308.76º96.74%36.08%-
HSV(B)308.76º98.34%70.98%-
XYZ25.0112.2632.06-
YUV73.55173.97204.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=53.39%
G=0.88%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181315500.980.140.29308.7696.7436.08
HexB539B062E1D1356124
Octal26532330142163546514144
Binary101101011110011011011000101110111011001101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5039B; }

 p { color: rgb(181,3,155); }

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

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

 a { background-color: rgb(181,3,155); }

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

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

 span { border-color: rgb(181,3,155); }

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