#BB4F83

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

Shades of Mulberry #BB4F83

Tints of Mulberry #BB4F83

Color information

#BB4F83 (or 0xBB4F83) is unknown color: approx Mulberry. HEX triplet: BB, 4F and 83. RGB value is (187,79,131). Sum of RGB (Red+Green+Blue) = 187+79+131=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F83 is #44B07C. Grayscale: #757575. Windows color (decimal): -4501629 or 8605627. OLE color: 8605627.

HSL color Cylindrical-coordinate representation of color #BB4F83: hue angle of 331.11º 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 #BB4F83 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18779131-
CMYK00.580.300.27
HSL331.11º44.26%52.16%-
HSV(B)331.11º57.75%73.33%-
XYZ27.3917.823.46-
YUV117.22135.78177.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=47.10%
G=19.90%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877913100.580.300.27331.1144.2652.16
HexBB4F8303A1E1B14b2c34
Octal27311720307236335135464
Binary1011101110011111000001101110101111011011101001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F83; }

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

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

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

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

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

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

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

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