#BB4F9B

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

Shades of Mulberry #BB4F9B

Tints of Mulberry #BB4F9B

Color information

#BB4F9B (or 0xBB4F9B) is unknown color: approx Mulberry. HEX triplet: BB, 4F and 9B. RGB value is (187,79,155). Sum of RGB (Red+Green+Blue) = 187+79+155=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F9B is #44B064. Grayscale: #777777. Windows color (decimal): -4501605 or 10178491. OLE color: 10178491.

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

Color convert

RGB18779155-
CMYK00.580.170.27
HSL317.78º44.26%52.16%-
HSV(B)317.78º57.75%73.33%-
XYZ29.2118.5233.05-
YUV119.96147.78175.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=44.42%
G=18.76%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877915500.580.170.27317.7844.2652.16
HexBB4F9B03A111B13e2c34
Octal27311723307221334765464
Binary1011101110011111001101101110101000111011100111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F9B; }

 p { color: rgb(187,79,155); }

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

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

 a { background-color: rgb(187,79,155); }

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

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

 span { border-color: rgb(187,79,155); }

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