#BB5D9A

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

Shades of Mulberry #BB5D9A

Tints of Mulberry #BB5D9A

Color information

#BB5D9A (or 0xBB5D9A) is unknown color: approx Mulberry. HEX triplet: BB, 5D and 9A. RGB value is (187,93,154). Sum of RGB (Red+Green+Blue) = 187+93+154=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D9A is #44A265. Grayscale: #7F7F7F. Windows color (decimal): -4498022 or 10116539. OLE color: 10116539.

HSL color Cylindrical-coordinate representation of color #BB5D9A: hue angle of 321.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D9A is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18793154-
CMYK00.500.180.27
HSL321.06º40.87%54.9%-
HSV(B)321.06º50.27%73.33%-
XYZ30.2420.7332.98-
YUV128.06142.64170.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=43.09%
G=21.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879315400.500.180.27321.0640.8754.9
HexBB5D9A032121B1412937
Octal27313523206222335015167
Binary1011101110111011001101001100101001011011101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D9A; }

 p { color: rgb(187,93,154); }

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

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

 a { background-color: rgb(187,93,154); }

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

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

 span { border-color: rgb(187,93,154); }

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