#B74C9F

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

Shades of Mulberry #B74C9F

Tints of Mulberry #B74C9F

Color information

#B74C9F (or 0xB74C9F) is unknown color: approx Mulberry. HEX triplet: B7, 4C and 9F. RGB value is (183,76,159). Sum of RGB (Red+Green+Blue) = 183+76+159=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C9F is #48B360. Grayscale: #757575. Windows color (decimal): -4764513 or 10439863. OLE color: 10439863.

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

Color convert

RGB18376159-
CMYK00.580.130.28
HSL313.46º42.63%50.78%-
HSV(B)313.46º58.47%71.76%-
XYZ28.3717.7434.73-
YUV117.46151.45174.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=43.78%
G=18.18%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837615900.580.130.28313.4642.6350.78
HexB74C9F03AD1C1392b33
Octal26711423707215344715363
Binary101101111001100100111110111010110111100100111001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C9F; }

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

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

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

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

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

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

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

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