#BB508C

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

Shades of Mulberry #BB508C

Tints of Mulberry #BB508C

Color information

#BB508C (or 0xBB508C) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 8C. RGB value is (187,80,140). Sum of RGB (Red+Green+Blue) = 187+80+140=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508C is #44AF73. Grayscale: #767676. Windows color (decimal): -4501364 or 9195707. OLE color: 9195707.

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

Color convert

RGB18780140-
CMYK00.570.250.27
HSL326.36º44.03%52.35%-
HSV(B)326.36º57.22%73.33%-
XYZ28.118.226.84-
YUV118.83139.95176.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=45.95%
G=19.66%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878014000.570.250.27326.3644.0352.35
HexBB508C039191B1462c34
Octal27312021407131335065464
Binary1011101110100001000110001110011100111011101000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB508C; }

 p { color: rgb(187,80,140); }

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

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

 a { background-color: rgb(187,80,140); }

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

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

 span { border-color: rgb(187,80,140); }

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