#BB5198

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

Shades of Mulberry #BB5198

Tints of Mulberry #BB5198

Color information

#BB5198 (or 0xBB5198) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 98. RGB value is (187,81,152). Sum of RGB (Red+Green+Blue) = 187+81+152=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5198 is #44AE67. Grayscale: #787878. Windows color (decimal): -4501096 or 9982395. OLE color: 9982395.

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

Color convert

RGB18781152-
CMYK00.570.190.27
HSL319.81º43.8%52.55%-
HSV(B)319.81º56.68%73.33%-
XYZ29.118.7231.78-
YUV120.79145.62175.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=44.52%
G=19.29%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878115200.570.190.27319.8143.852.55
HexBB5198039131B1402c35
Octal27312123007123335005465
Binary1011101110100011001100001110011001111011101000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5198; }

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

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

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

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

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

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

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

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