#BB5498

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

Shades of Mulberry #BB5498

Tints of Mulberry #BB5498

Color information

#BB5498 (or 0xBB5498) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 98. RGB value is (187,84,152). Sum of RGB (Red+Green+Blue) = 187+84+152=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5498 is #44AB67. Grayscale: #7A7A7A. Windows color (decimal): -4500328 or 9983163. OLE color: 9983163.

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

Color convert

RGB18784152-
CMYK00.550.190.27
HSL320.39º43.1%53.14%-
HSV(B)320.39º55.08%73.33%-
XYZ29.3319.1731.86-
YUV122.55144.62173.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=44.21%
G=19.86%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878415200.550.190.27320.3943.153.14
HexBB5498037131B1402b35
Octal27312423006723335005365
Binary1011101110101001001100001101111001111011101000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5498; }

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

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

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

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

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

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

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

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