#BB418D

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

Shades of Mulberry #BB418D

Tints of Mulberry #BB418D

Color information

#BB418D (or 0xBB418D) is unknown color: approx Mulberry. HEX triplet: BB, 41 and 8D. RGB value is (187,65,141). Sum of RGB (Red+Green+Blue) = 187+65+141=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB418D is #44BE72. Grayscale: #6D6D6D. Windows color (decimal): -4505203 or 9257403. OLE color: 9257403.

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

Color convert

RGB18765141-
CMYK00.650.250.27
HSL322.62º48.41%49.41%-
HSV(B)322.62º65.24%73.33%-
XYZ27.1916.2726.91-
YUV110.14145.42182.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=47.58%
G=16.54%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876514100.650.250.27322.6248.4149.41
HexBB418D041191B1433031
Octal273101215010131335036061
Binary10111011100000110001101010000011100111011101000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB418D; }

 p { color: rgb(187,65,141); }

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

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

 a { background-color: rgb(187,65,141); }

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

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

 span { border-color: rgb(187,65,141); }

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