#BB5298

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

Shades of Mulberry #BB5298

Tints of Mulberry #BB5298

Color information

#BB5298 (or 0xBB5298) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 98. RGB value is (187,82,152). Sum of RGB (Red+Green+Blue) = 187+82+152=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5298 is #44AD67. Grayscale: #797979. Windows color (decimal): -4500840 or 9982651. OLE color: 9982651.

HSL color Cylindrical-coordinate representation of color #BB5298: hue angle of 320º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5298 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18782152-
CMYK00.560.190.27
HSL320º43.57%52.75%-
HSV(B)320º56.15%73.33%-
XYZ29.1818.8731.81-
YUV121.38145.29174.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=44.42%
G=19.48%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878215200.560.190.2732043.5752.75
HexBB5298038131B1402c35
Octal27312223007023335005465
Binary1011101110100101001100001110001001111011101000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5298; }

 p { color: rgb(187,82,152); }

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

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

 a { background-color: rgb(187,82,152); }

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

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

 span { border-color: rgb(187,82,152); }

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