#B74687

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

Shades of Mulberry #B74687

Tints of Mulberry #B74687

Color information

#B74687 (or 0xB74687) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 87. RGB value is (183,70,135). Sum of RGB (Red+Green+Blue) = 183+70+135=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74687 is #48B978. Grayscale: #6F6F6F. Windows color (decimal): -4766073 or 8865463. OLE color: 8865463.

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

Color convert

RGB18370135-
CMYK00.620.260.28
HSL325.49º44.66%49.61%-
HSV(B)325.49º61.75%71.76%-
XYZ26.0916.224.67-
YUV111.2141.44179.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=47.16%
G=18.04%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837013500.620.260.28325.4944.6649.61
HexB7468703E1A1C1452d32
Octal26710620707632345055562
Binary1011011110001101000011101111101101011100101000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74687; }

 p { color: rgb(183,70,135); }

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

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

 a { background-color: rgb(183,70,135); }

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

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

 span { border-color: rgb(183,70,135); }

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