#BF5F9A

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

Shades of Mulberry #BF5F9A

Tints of Mulberry #BF5F9A

Color information

#BF5F9A (or 0xBF5F9A) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 9A. RGB value is (191,95,154). Sum of RGB (Red+Green+Blue) = 191+95+154=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F9A is #40A065. Grayscale: #828282. Windows color (decimal): -4235366 or 10117055. OLE color: 10117055.

HSL color Cylindrical-coordinate representation of color #BF5F9A: hue angle of 323.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F9A is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19195154-
CMYK00.500.190.25
HSL323.12º42.86%56.08%-
HSV(B)323.12º50.26%74.9%-
XYZ31.4121.5933.08-
YUV130.43141.3171.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 154 (60.55% from 255) = 35%
R=43.41%
G=21.59%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919515400.500.190.25323.1242.8656.08
HexBF5F9A03213191432b38
Octal27713723206223315035370
Binary1011111110111111001101001100101001111001101000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F9A; }

 p { color: rgb(191,95,154); }

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

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

 a { background-color: rgb(191,95,154); }

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

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

 span { border-color: rgb(191,95,154); }

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