#BB5CA0

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

Shades of Mulberry #BB5CA0

Tints of Mulberry #BB5CA0

Color information

#BB5CA0 (or 0xBB5CA0) is unknown color: approx Mulberry. HEX triplet: BB, 5C and A0. RGB value is (187,92,160). Sum of RGB (Red+Green+Blue) = 187+92+160=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA0 is #44A35F. Grayscale: #7F7F7F. Windows color (decimal): -4498272 or 10509499. OLE color: 10509499.

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

Color convert

RGB18792160-
CMYK00.510.140.27
HSL317.05º41.13%54.71%-
HSV(B)317.05º50.8%73.33%-
XYZ30.6720.7635.65-
YUV128.16145.97169.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=42.60%
G=20.96%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879216000.510.140.27317.0541.1354.71
HexBB5CA0033E1B13d2937
Octal27313424006316334755167
Binary101110111011100101000000110011111011011100111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CA0; }

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

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

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

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

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

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

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

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