#BB5E98

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

Shades of Mulberry #BB5E98

Tints of Mulberry #BB5E98

Color information

#BB5E98 (or 0xBB5E98) is unknown color: approx Mulberry. HEX triplet: BB, 5E and 98. RGB value is (187,94,152). Sum of RGB (Red+Green+Blue) = 187+94+152=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E98 is #44A167. Grayscale: #808080. Windows color (decimal): -4497768 or 9985723. OLE color: 9985723.

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

Color convert

RGB18794152-
CMYK00.500.190.27
HSL322.58º40.61%55.1%-
HSV(B)322.58º49.73%73.33%-
XYZ30.1620.8432.14-
YUV128.42141.31169.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=43.19%
G=21.71%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879415200.500.190.27322.5840.6155.1
HexBB5E98032131B1432937
Octal27313623006223335035167
Binary1011101110111101001100001100101001111011101000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E98; }

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

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

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

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

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

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

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

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