#B74682

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

Shades of Mulberry #B74682

Tints of Mulberry #B74682

Color information

#B74682 (or 0xB74682) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 82. RGB value is (183,70,130). Sum of RGB (Red+Green+Blue) = 183+70+130=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74682 is #48B97D. Grayscale: #6E6E6E. Windows color (decimal): -4766078 or 8537783. OLE color: 8537783.

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

Color convert

RGB18370130-
CMYK00.620.290.28
HSL328.14º44.66%49.61%-
HSV(B)328.14º61.75%71.76%-
XYZ25.7516.0622.86-
YUV110.63138.94179.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=47.78%
G=18.28%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837013000.620.290.28328.1444.6649.61
HexB7468203E1D1C1482d32
Octal26710620207635345105562
Binary1011011110001101000001001111101110111100101001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74682; }

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

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

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

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

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

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

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

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