#B7509E

Color #B7509E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B7509E

Tints of Mulberry #B7509E

Color information

#B7509E (or 0xB7509E) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 9E. RGB value is (183,80,158). Sum of RGB (Red+Green+Blue) = 183+80+158=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7509E is #48AF61. Grayscale: #777777. Windows color (decimal): -4763490 or 10375351. OLE color: 10375351.

HSL color Cylindrical-coordinate representation of color #B7509E: hue angle of 314.56º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7509E is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18380158-
CMYK00.560.140.28
HSL314.56º41.7%51.57%-
HSV(B)314.56º56.28%71.76%-
XYZ28.5718.2734.37-
YUV119.69149.62173.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=43.47%
G=19.00%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838015800.560.140.28314.5641.751.57
HexB7509E038E1C13b2a34
Octal26712023607016344735264
Binary101101111010000100111100111000111011100100111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7509E; }

 p { color: rgb(183,80,158); }

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

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

 a { background-color: rgb(183,80,158); }

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

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

 span { border-color: rgb(183,80,158); }

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