#B74E9F

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

Shades of Mulberry #B74E9F

Tints of Mulberry #B74E9F

Color information

#B74E9F (or 0xB74E9F) is unknown color: approx Mulberry. HEX triplet: B7, 4E and 9F. RGB value is (183,78,159). Sum of RGB (Red+Green+Blue) = 183+78+159=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74E9F is #48B160. Grayscale: #767676. Windows color (decimal): -4764001 or 10440375. OLE color: 10440375.

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

Color convert

RGB18378159-
CMYK00.570.130.28
HSL313.71º42.17%51.18%-
HSV(B)313.71º57.38%71.76%-
XYZ28.5118.0234.78-
YUV118.63150.79173.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=43.57%
G=18.57%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837815900.570.130.28313.7142.1751.18
HexB74E9F039D1C13a2a33
Octal26711623707115344725263
Binary101101111001110100111110111001110111100100111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E9F; }

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

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

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

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

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

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

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

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