#B74581

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

Shades of Mulberry #B74581

Tints of Mulberry #B74581

Color information

#B74581 (or 0xB74581) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 81. RGB value is (183,69,129). Sum of RGB (Red+Green+Blue) = 183+69+129=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74581 is #48BA7E. Grayscale: #6D6D6D. Windows color (decimal): -4766335 or 8471991. OLE color: 8471991.

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

Color convert

RGB18369129-
CMYK00.620.300.28
HSL328.42º45.24%49.41%-
HSV(B)328.42º62.3%71.76%-
XYZ25.6215.9122.49-
YUV109.93138.77180.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=48.03%
G=18.11%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836912900.620.300.28328.4245.2449.41
HexB7458103E1E1C1482d31
Octal26710520107636345105561
Binary1011011110001011000000101111101111011100101001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74581; }

 p { color: rgb(183,69,129); }

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

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

 a { background-color: rgb(183,69,129); }

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

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

 span { border-color: rgb(183,69,129); }

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