#B74E97

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

Shades of Mulberry #B74E97

Tints of Mulberry #B74E97

Color information

#B74E97 (or 0xB74E97) is unknown color: approx Mulberry. HEX triplet: B7, 4E and 97. RGB value is (183,78,151). Sum of RGB (Red+Green+Blue) = 183+78+151=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E97 is #48B168. Grayscale: #757575. Windows color (decimal): -4764009 or 9916087. OLE color: 9916087.

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

Color convert

RGB18378151-
CMYK00.570.170.28
HSL318.29º42.17%51.18%-
HSV(B)318.29º57.38%71.76%-
XYZ27.8417.7531.24-
YUV117.72146.79174.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=44.42%
G=18.93%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837815100.570.170.28318.2942.1751.18
HexB74E97039111C13e2a33
Octal26711622707121344765263
Binary1011011110011101001011101110011000111100100111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E97; }

 p { color: rgb(183,78,151); }

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

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

 a { background-color: rgb(183,78,151); }

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

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

 span { border-color: rgb(183,78,151); }

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