#BB508E

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

Shades of Mulberry #BB508E

Tints of Mulberry #BB508E

Color information

#BB508E (or 0xBB508E) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 8E. RGB value is (187,80,142). Sum of RGB (Red+Green+Blue) = 187+80+142=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508E is #44AF71. Grayscale: #767676. Windows color (decimal): -4501362 or 9326779. OLE color: 9326779.

HSL color Cylindrical-coordinate representation of color #BB508E: hue angle of 325.23º 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 #BB508E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18780142-
CMYK00.570.240.27
HSL325.23º44.03%52.35%-
HSV(B)325.23º57.22%73.33%-
XYZ28.2418.2627.63-
YUV119.06140.95176.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=45.72%
G=19.56%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878014200.570.240.27325.2344.0352.35
HexBB508E039181B1452c34
Octal27312021607130335055464
Binary1011101110100001000111001110011100011011101000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB508E; }

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

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

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

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

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

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

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

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