#B74D90

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

Shades of Mulberry #B74D90

Tints of Mulberry #B74D90

Color information

#B74D90 (or 0xB74D90) is unknown color: approx Mulberry. HEX triplet: B7, 4D and 90. RGB value is (183,77,144). Sum of RGB (Red+Green+Blue) = 183+77+144=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D90 is #48B26F. Grayscale: #747474. Windows color (decimal): -4764272 or 9457079. OLE color: 9457079.

HSL color Cylindrical-coordinate representation of color #B74D90: hue angle of 322.08º degrees, saturation: 0.42, 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 #B74D90 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18377144-
CMYK00.580.210.28
HSL322.08º42.4%50.98%-
HSV(B)322.08º57.92%71.76%-
XYZ27.2217.3928.31-
YUV116.33143.62175.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=45.30%
G=19.06%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837714400.580.210.28322.0842.450.98
HexB74D9003A151C1422a33
Octal26711522007225345025263
Binary1011011110011011001000001110101010111100101000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D90; }

 p { color: rgb(183,77,144); }

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

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

 a { background-color: rgb(183,77,144); }

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

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

 span { border-color: rgb(183,77,144); }

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