#B7429C

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

Shades of Mulberry #B7429C

Tints of Mulberry #B7429C

Color information

#B7429C (or 0xB7429C) is unknown color: approx Mulberry. HEX triplet: B7, 42 and 9C. RGB value is (183,66,156). Sum of RGB (Red+Green+Blue) = 183+66+156=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7429C is #48BD63. Grayscale: #6F6F6F. Windows color (decimal): -4767076 or 10240695. OLE color: 10240695.

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

Color convert

RGB18366156-
CMYK00.640.150.28
HSL313.85º46.99%48.82%-
HSV(B)313.85º63.93%71.76%-
XYZ27.4816.3633.16-
YUV111.24153.26179.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=45.19%
G=16.30%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836615600.640.150.28313.8546.9948.82
HexB7429C040F1C13a2f31
Octal267102234010017344725761
Binary1011011110000101001110001000000111111100100111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7429C; }

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

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

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

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

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

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

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

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