#BF5295

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

Shades of Mulberry #BF5295

Tints of Mulberry #BF5295

Color information

#BF5295 (or 0xBF5295) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 95. RGB value is (191,82,149). Sum of RGB (Red+Green+Blue) = 191+82+149=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5295 is #40AD6A. Grayscale: #7A7A7A. Windows color (decimal): -4238699 or 9786047. OLE color: 9786047.

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

Color convert

RGB19182149-
CMYK00.570.220.25
HSL323.12º45.99%53.53%-
HSV(B)323.12º57.07%74.9%-
XYZ29.9319.2830.58-
YUV122.23143.11177.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=45.26%
G=19.43%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918214900.570.220.25323.1245.9953.53
HexBF529503916191432e36
Octal27712222507126315035666
Binary1011111110100101001010101110011011011001101000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5295; }

 p { color: rgb(191,82,149); }

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

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

 a { background-color: rgb(191,82,149); }

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

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

 span { border-color: rgb(191,82,149); }

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