#B75390

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

Shades of Mulberry #B75390

Tints of Mulberry #B75390

Color information

#B75390 (or 0xB75390) is unknown color: approx Mulberry. HEX triplet: B7, 53 and 90. RGB value is (183,83,144). Sum of RGB (Red+Green+Blue) = 183+83+144=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B75390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75390 is #48AC6F. Grayscale: #777777. Windows color (decimal): -4762736 or 9458615. OLE color: 9458615.

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

Color convert

RGB18383144-
CMYK00.550.210.28
HSL323.4º40.98%52.16%-
HSV(B)323.4º54.64%71.76%-
XYZ27.6618.2728.45-
YUV119.85141.63173.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=44.63%
G=20.24%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838314400.550.210.28323.440.9852.16
HexB75390037151C1432934
Octal26712322006725345035164
Binary1011011110100111001000001101111010111100101000011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75390; }

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

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

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

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

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

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

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

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