#B74692

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

Shades of Mulberry #B74692

Tints of Mulberry #B74692

Color information

#B74692 (or 0xB74692) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 92. RGB value is (183,70,146). Sum of RGB (Red+Green+Blue) = 183+70+146=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74692 is #48B96D. Grayscale: #707070. Windows color (decimal): -4766062 or 9586359. OLE color: 9586359.

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

Color convert

RGB18370146-
CMYK00.620.200.28
HSL319.65º44.66%49.61%-
HSV(B)319.65º61.75%71.76%-
XYZ26.9116.5228.97-
YUV112.45146.94178.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=45.86%
G=17.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837014600.620.200.28319.6544.6649.61
HexB7469203E141C1402d32
Octal26710622207624345005562
Binary1011011110001101001001001111101010011100101000000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74692; }

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

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

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

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

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

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

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

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