#BB5C96

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

Shades of Mulberry #BB5C96

Tints of Mulberry #BB5C96

Color information

#BB5C96 (or 0xBB5C96) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 96. RGB value is (187,92,150). Sum of RGB (Red+Green+Blue) = 187+92+150=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C96 is #44A369. Grayscale: #7E7E7E. Windows color (decimal): -4498282 or 9854139. OLE color: 9854139.

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

Color convert

RGB18792150-
CMYK00.510.200.27
HSL323.37º41.13%54.71%-
HSV(B)323.37º50.8%73.33%-
XYZ29.8320.4231.22-
YUV127.02140.97170.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=43.59%
G=21.45%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879215000.510.200.27323.3741.1354.71
HexBB5C96033141B1432937
Octal27313422606324335035167
Binary1011101110111001001011001100111010011011101000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C96; }

 p { color: rgb(187,92,150); }

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

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

 a { background-color: rgb(187,92,150); }

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

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

 span { border-color: rgb(187,92,150); }

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