#B750A1

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

Shades of Mulberry #B750A1

Tints of Mulberry #B750A1

Color information

#B750A1 (or 0xB750A1) is unknown color: approx Mulberry. HEX triplet: B7, 50 and A1. RGB value is (183,80,161). Sum of RGB (Red+Green+Blue) = 183+80+161=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B750A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750A1 is #48AF5E. Grayscale: #777777. Windows color (decimal): -4763487 or 10571959. OLE color: 10571959.

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

Color convert

RGB18380161-
CMYK00.560.120.28
HSL312.82º41.7%51.57%-
HSV(B)312.82º56.28%71.76%-
XYZ28.8318.3835.75-
YUV120.03151.12172.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 161 (63.28% from 255) = 37.97%
R=43.16%
G=18.87%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838016100.560.120.28312.8241.751.57
HexB750A1038C1C1392a34
Octal26712024107014344715264
Binary101101111010000101000010111000110011100100111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750A1; }

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

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

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

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

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

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

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

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