#B74E8B

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

Shades of Mulberry #B74E8B

Tints of Mulberry #B74E8B

Color information

#B74E8B (or 0xB74E8B) is unknown color: approx Mulberry. HEX triplet: B7, 4E and 8B. RGB value is (183,78,139). Sum of RGB (Red+Green+Blue) = 183+78+139=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E8B is #48B174. Grayscale: #747474. Windows color (decimal): -4764021 or 9129655. OLE color: 9129655.

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

Color convert

RGB18378139-
CMYK00.570.240.28
HSL325.14º42.17%51.18%-
HSV(B)325.14º57.38%71.76%-
XYZ26.9117.3826.36-
YUV116.35140.79175.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=45.75%
G=19.5%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837813900.570.240.28325.1442.1751.18
HexB74E8B039181C1452a33
Octal26711621307130345055263
Binary1011011110011101000101101110011100011100101000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E8B; }

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

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

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

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

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

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

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

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