#B5009E

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

Shades of Medium Violet Red #B5009E

Tints of Medium Violet Red #B5009E

Color information

#B5009E (or 0xB5009E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 00 and 9E. RGB value is (181,0,158). Sum of RGB (Red+Green+Blue) = 181+0+158=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5009E is #4AFF61. Grayscale: #474747. Windows color (decimal): -4915042 or 10354869. OLE color: 10354869.

HSL color Cylindrical-coordinate representation of color #B5009E: hue angle of 307.62º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5009E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB1810158-
CMYK010.130.29
HSL307.62º100%35.49%-
HSV(B)307.62º100%70.98%-
XYZ25.2312.2933.39-
YUV72.13176.47205.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=53.39%
G=0%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810158010.130.29307.6210035.49
HexB509E064D1D1346423
Octal26502360144153546414443
Binary10110101010011110011001001101111011001101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5009E; }

 p { color: rgb(181,0,158); }

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

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

 a { background-color: rgb(181,0,158); }

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

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

 span { border-color: rgb(181,0,158); }

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