#B74E83

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

Shades of Mulberry #B74E83

Tints of Mulberry #B74E83

Color information

#B74E83 (or 0xB74E83) is unknown color: approx Mulberry. HEX triplet: B7, 4E and 83. RGB value is (183,78,131). Sum of RGB (Red+Green+Blue) = 183+78+131=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E83 is #48B17C. Grayscale: #737373. Windows color (decimal): -4764029 or 8605367. OLE color: 8605367.

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

Color convert

RGB18378131-
CMYK00.570.280.28
HSL329.71º42.17%51.18%-
HSV(B)329.71º57.38%71.76%-
XYZ26.3517.1523.4-
YUV115.44136.79176.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=46.68%
G=19.90%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837813100.570.280.28329.7142.1751.18
HexB74E830391C1C14a2a33
Octal26711620307134345125263
Binary1011011110011101000001101110011110011100101001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E83; }

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

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

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

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

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

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

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

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