#B74F8D

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

Shades of Mulberry #B74F8D

Tints of Mulberry #B74F8D

Color information

#B74F8D (or 0xB74F8D) is unknown color: approx Mulberry. HEX triplet: B7, 4F and 8D. RGB value is (183,79,141). Sum of RGB (Red+Green+Blue) = 183+79+141=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F8D is #48B072. Grayscale: #757575. Windows color (decimal): -4763763 or 9260983. OLE color: 9260983.

HSL color Cylindrical-coordinate representation of color #B74F8D: hue angle of 324.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F8D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18379141-
CMYK00.570.230.28
HSL324.23º41.94%51.37%-
HSV(B)324.23º56.83%71.76%-
XYZ27.1317.5827.16-
YUV117.16141.46174.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=45.41%
G=19.60%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837914100.570.230.28324.2341.9451.37
HexB74F8D039171C1442a33
Octal26711721507127345045263
Binary1011011110011111000110101110011011111100101000100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F8D; }

 p { color: rgb(183,79,141); }

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

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

 a { background-color: rgb(183,79,141); }

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

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

 span { border-color: rgb(183,79,141); }

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