#BB429E

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

Shades of Mulberry #BB429E

Tints of Mulberry #BB429E

Color information

#BB429E (or 0xBB429E) is unknown color: approx Mulberry. HEX triplet: BB, 42 and 9E. RGB value is (187,66,158). Sum of RGB (Red+Green+Blue) = 187+66+158=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB429E is #44BD61. Grayscale: #707070. Windows color (decimal): -4504930 or 10371771. OLE color: 10371771.

HSL color Cylindrical-coordinate representation of color #BB429E: hue angle of 314.38º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB429E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18766158-
CMYK00.650.160.27
HSL314.38º47.83%49.61%-
HSV(B)314.38º64.71%73.33%-
XYZ28.6116.9334.11-
YUV112.67153.59181.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=45.50%
G=16.06%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876615800.650.160.27314.3847.8349.61
HexBB429E041101B13a3032
Octal273102236010120334726062
Binary10111011100001010011110010000011000011011100111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB429E; }

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

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

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

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

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

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

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

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