#BF5C9E

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

Shades of Mulberry #BF5C9E

Tints of Mulberry #BF5C9E

Color information

#BF5C9E (or 0xBF5C9E) is unknown color: approx Mulberry. HEX triplet: BF, 5C and 9E. RGB value is (191,92,158). Sum of RGB (Red+Green+Blue) = 191+92+158=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C9E is #40A361. Grayscale: #808080. Windows color (decimal): -4236130 or 10378431. OLE color: 10378431.

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

Color convert

RGB19192158-
CMYK00.520.170.25
HSL320º43.61%55.49%-
HSV(B)320º51.83%74.9%-
XYZ31.4821.234.78-
YUV129.12144.3172.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=43.31%
G=20.86%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919215800.520.170.2532043.6155.49
HexBF5C9E03411191402c37
Octal27713423606421315005467
Binary1011111110111001001111001101001000111001101000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C9E; }

 p { color: rgb(191,92,158); }

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

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

 a { background-color: rgb(191,92,158); }

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

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

 span { border-color: rgb(191,92,158); }

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