#BB629E

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

Shades of Mulberry #BB629E

Tints of Mulberry #BB629E

Color information

#BB629E (or 0xBB629E) is unknown color: approx Mulberry. HEX triplet: BB, 62 and 9E. RGB value is (187,98,158). Sum of RGB (Red+Green+Blue) = 187+98+158=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB629E is #449D61. Grayscale: #838383. Windows color (decimal): -4496738 or 10379963. OLE color: 10379963.

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

Color convert

RGB18798158-
CMYK00.480.160.27
HSL319.55º39.56%55.88%-
HSV(B)319.55º47.59%73.33%-
XYZ31.0321.7734.91-
YUV131.45142.99167.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=42.21%
G=22.12%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879815800.480.160.27319.5539.5655.88
HexBB629E030101B1402838
Octal27314223606020335005070
Binary1011101111000101001111001100001000011011101000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB629E; }

 p { color: rgb(187,98,158); }

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

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

 a { background-color: rgb(187,98,158); }

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

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

 span { border-color: rgb(187,98,158); }

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