#BB5C9D

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

Shades of Mulberry #BB5C9D

Tints of Mulberry #BB5C9D

Color information

#BB5C9D (or 0xBB5C9D) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 9D. RGB value is (187,92,157). Sum of RGB (Red+Green+Blue) = 187+92+157=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C9D is #44A362. Grayscale: #7F7F7F. Windows color (decimal): -4498275 or 10312891. OLE color: 10312891.

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

Color convert

RGB18792157-
CMYK00.510.160.27
HSL318.95º41.13%54.71%-
HSV(B)318.95º50.8%73.33%-
XYZ30.4120.6534.28-
YUV127.82144.47170.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=42.89%
G=21.10%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879215700.510.160.27318.9541.1354.71
HexBB5C9D033101B13f2937
Octal27313423506320334775167
Binary1011101110111001001110101100111000011011100111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C9D; }

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

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

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

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

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

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

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

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