#BF5594

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

Shades of Mulberry #BF5594

Tints of Mulberry #BF5594

Color information

#BF5594 (or 0xBF5594) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 94. RGB value is (191,85,148). Sum of RGB (Red+Green+Blue) = 191+85+148=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5594 is #40AA6B. Grayscale: #7B7B7B. Windows color (decimal): -4237932 or 9721279. OLE color: 9721279.

HSL color Cylindrical-coordinate representation of color #BF5594: hue angle of 324.34º 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 #BF5594 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19185148-
CMYK00.550.230.25
HSL324.34º45.3%54.12%-
HSV(B)324.34º55.5%74.9%-
XYZ30.0819.7130.24-
YUV123.88141.62175.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=45.05%
G=20.05%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918514800.550.230.25324.3445.354.12
HexBF559403717191442d36
Octal27712522406727315045566
Binary1011111110101011001010001101111011111001101000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5594; }

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

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

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

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

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

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

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

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