#B750A0

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

Shades of Mulberry #B750A0

Tints of Mulberry #B750A0

Color information

#B750A0 (or 0xB750A0) is unknown color: approx Mulberry. HEX triplet: B7, 50 and A0. RGB value is (183,80,160). Sum of RGB (Red+Green+Blue) = 183+80+160=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B750A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750A0 is #48AF5F. Grayscale: #777777. Windows color (decimal): -4763488 or 10506423. OLE color: 10506423.

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

Color convert

RGB18380160-
CMYK00.560.130.28
HSL313.4º41.7%51.57%-
HSV(B)313.4º56.28%71.76%-
XYZ28.7418.3435.28-
YUV119.92150.62173-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=43.26%
G=18.91%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838016000.560.130.28313.441.751.57
HexB750A0038D1C1392a34
Octal26712024007015344715264
Binary101101111010000101000000111000110111100100111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750A0; }

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

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

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

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

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

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

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

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