#B75E90

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

Shades of Mulberry #B75E90

Tints of Mulberry #B75E90

Color information

#B75E90 (or 0xB75E90) is unknown color: approx Mulberry. HEX triplet: B7, 5E and 90. RGB value is (183,94,144). Sum of RGB (Red+Green+Blue) = 183+94+144=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E90 is #48A16F. Grayscale: #7E7E7E. Windows color (decimal): -4759920 or 9461431. OLE color: 9461431.

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

Color convert

RGB18394144-
CMYK00.490.210.28
HSL326.29º38.2%54.31%-
HSV(B)326.29º48.63%71.76%-
XYZ28.5720.0928.76-
YUV126.31137.99168.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=43.47%
G=22.33%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839414400.490.210.28326.2938.254.31
HexB75E90031151C1462636
Octal26713622006125345064666
Binary1011011110111101001000001100011010111100101000110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E90; }

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

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

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

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

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

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

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

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