#BF5592

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

Shades of Mulberry #BF5592

Tints of Mulberry #BF5592

Color information

#BF5592 (or 0xBF5592) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 92. RGB value is (191,85,146). Sum of RGB (Red+Green+Blue) = 191+85+146=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5592 is #40AA6D. Grayscale: #7B7B7B. Windows color (decimal): -4237934 or 9590207. OLE color: 9590207.

HSL color Cylindrical-coordinate representation of color #BF5592: hue angle of 325.47º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5592 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19185146-
CMYK00.550.240.25
HSL325.47º45.3%54.12%-
HSV(B)325.47º55.5%74.9%-
XYZ29.9219.6529.41-
YUV123.65140.62176.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=45.26%
G=20.14%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918514600.550.240.25325.4745.354.12
HexBF559203718191452d36
Octal27712522206730315055566
Binary1011111110101011001001001101111100011001101000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5592; }

 p { color: rgb(191,85,146); }

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

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

 a { background-color: rgb(191,85,146); }

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

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

 span { border-color: rgb(191,85,146); }

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