#BB4698

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

Shades of Mulberry #BB4698

Tints of Mulberry #BB4698

Color information

#BB4698 (or 0xBB4698) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 98. RGB value is (187,70,152). Sum of RGB (Red+Green+Blue) = 187+70+152=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4698 is #44B967. Grayscale: #727272. Windows color (decimal): -4503912 or 9979579. OLE color: 9979579.

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

Color convert

RGB18770152-
CMYK00.630.190.27
HSL317.95º46.25%50.39%-
HSV(B)317.95º62.57%73.33%-
XYZ28.3517.2131.53-
YUV114.33149.26179.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=45.72%
G=17.11%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877015200.630.190.27317.9546.2550.39
HexBB469803F131B13e2e32
Octal27310623007723334765662
Binary1011101110001101001100001111111001111011100111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4698; }

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

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

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

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

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

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

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

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