#B7429D

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

Shades of Mulberry #B7429D

Tints of Mulberry #B7429D

Color information

#B7429D (or 0xB7429D) is unknown color: approx Mulberry. HEX triplet: B7, 42 and 9D. RGB value is (183,66,157). Sum of RGB (Red+Green+Blue) = 183+66+157=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7429D is #48BD62. Grayscale: #6F6F6F. Windows color (decimal): -4767075 or 10306231. OLE color: 10306231.

HSL color Cylindrical-coordinate representation of color #B7429D: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7429D is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18366157-
CMYK00.640.140.28
HSL313.33º46.99%48.82%-
HSV(B)313.33º63.93%71.76%-
XYZ27.5616.433.61-
YUV111.36153.76179.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=45.07%
G=16.26%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836615700.640.140.28313.3346.9948.82
HexB7429D040E1C1392f31
Octal267102235010016344715761
Binary1011011110000101001110101000000111011100100111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7429D; }

 p { color: rgb(183,66,157); }

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

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

 a { background-color: rgb(183,66,157); }

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

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

 span { border-color: rgb(183,66,157); }

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