#B75990

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

Shades of Mulberry #B75990

Tints of Mulberry #B75990

Color information

#B75990 (or 0xB75990) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 90. RGB value is (183,89,144). Sum of RGB (Red+Green+Blue) = 183+89+144=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75990 is #48A66F. Grayscale: #7B7B7B. Windows color (decimal): -4761200 or 9460151. OLE color: 9460151.

HSL color Cylindrical-coordinate representation of color #B75990: hue angle of 324.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75990 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18389144-
CMYK00.510.210.28
HSL324.89º39.5%53.33%-
HSV(B)324.89º51.37%71.76%-
XYZ28.1319.2328.61-
YUV123.38139.64170.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=43.99%
G=21.39%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838914400.510.210.28324.8939.553.33
HexB75990033151C1452735
Octal26713122006325345054765
Binary1011011110110011001000001100111010111100101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75990; }

 p { color: rgb(183,89,144); }

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

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

 a { background-color: rgb(183,89,144); }

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

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

 span { border-color: rgb(183,89,144); }

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