#B7429E

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

Shades of Mulberry #B7429E

Tints of Mulberry #B7429E

Color information

#B7429E (or 0xB7429E) is unknown color: approx Mulberry. HEX triplet: B7, 42 and 9E. RGB value is (183,66,158). Sum of RGB (Red+Green+Blue) = 183+66+158=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7429E is #48BD61. Grayscale: #6F6F6F. Windows color (decimal): -4767074 or 10371767. OLE color: 10371767.

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

Color convert

RGB18366158-
CMYK00.640.140.28
HSL312.82º46.99%48.82%-
HSV(B)312.82º63.93%71.76%-
XYZ27.6516.4334.06-
YUV111.47154.26179.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=44.96%
G=16.22%
B=38.82%

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
Decimal1836615800.640.140.28312.8246.9948.82
HexB7429E040E1C1392f31
Octal267102236010016344715761
Binary1011011110000101001111001000000111011100100111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7429E; }

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

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

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

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

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

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

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

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