#B74689

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

Shades of Mulberry #B74689

Tints of Mulberry #B74689

Color information

#B74689 (or 0xB74689) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 89. RGB value is (183,70,137). Sum of RGB (Red+Green+Blue) = 183+70+137=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B74689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74689 is #48B976. Grayscale: #6F6F6F. Windows color (decimal): -4766071 or 8996535. OLE color: 8996535.

HSL color Cylindrical-coordinate representation of color #B74689: hue angle of 324.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74689 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18370137-
CMYK00.620.250.28
HSL324.42º44.66%49.61%-
HSV(B)324.42º61.75%71.76%-
XYZ26.2316.2525.42-
YUV111.42142.44179.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=46.92%
G=17.95%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837013700.620.250.28324.4244.6649.61
HexB7468903E191C1442d32
Octal26710621107631345045562
Binary1011011110001101000100101111101100111100101000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74689; }

 p { color: rgb(183,70,137); }

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

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

 a { background-color: rgb(183,70,137); }

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

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

 span { border-color: rgb(183,70,137); }

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