#B75094

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

Shades of Mulberry #B75094

Tints of Mulberry #B75094

Color information

#B75094 (or 0xB75094) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 94. RGB value is (183,80,148). Sum of RGB (Red+Green+Blue) = 183+80+148=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B75094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75094 is #48AF6B. Grayscale: #767676. Windows color (decimal): -4763500 or 9719991. OLE color: 9719991.

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

Color convert

RGB18380148-
CMYK00.560.190.28
HSL320.39º41.7%51.57%-
HSV(B)320.39º56.28%71.76%-
XYZ27.7417.9430.02-
YUV118.55144.62173.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=44.53%
G=19.46%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838014800.560.190.28320.3941.751.57
HexB75094038131C1402a34
Octal26712022407023345005264
Binary1011011110100001001010001110001001111100101000000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75094; }

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

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

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

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

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

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

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

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