#B7508D

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

Shades of Mulberry #B7508D

Tints of Mulberry #B7508D

Color information

#B7508D (or 0xB7508D) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 8D. RGB value is (183,80,141). Sum of RGB (Red+Green+Blue) = 183+80+141=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7508D is #48AF72. Grayscale: #757575. Windows color (decimal): -4763507 or 9261239. OLE color: 9261239.

HSL color Cylindrical-coordinate representation of color #B7508D: hue angle of 324.47º 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 #B7508D is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18380141-
CMYK00.560.230.28
HSL324.47º41.7%51.57%-
HSV(B)324.47º56.28%71.76%-
XYZ27.217.7327.19-
YUV117.75141.12174.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=45.30%
G=19.80%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838014100.560.230.28324.4741.751.57
HexB7508D038171C1442a34
Octal26712021507027345045264
Binary1011011110100001000110101110001011111100101000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7508D; }

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

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

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

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

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

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

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

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