#B74683

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

Shades of Mulberry #B74683

Tints of Mulberry #B74683

Color information

#B74683 (or 0xB74683) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 83. RGB value is (183,70,131). Sum of RGB (Red+Green+Blue) = 183+70+131=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74683 is #48B97C. Grayscale: #6E6E6E. Windows color (decimal): -4766077 or 8603319. OLE color: 8603319.

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

Color convert

RGB18370131-
CMYK00.620.280.28
HSL327.61º44.66%49.61%-
HSV(B)327.61º61.75%71.76%-
XYZ25.8216.0923.22-
YUV110.74139.44179.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=47.66%
G=18.23%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837013100.620.280.28327.6144.6649.61
HexB7468303E1C1C1482d32
Octal26710620307634345105562
Binary1011011110001101000001101111101110011100101001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74683; }

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

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

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

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

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

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

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

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