#BF4C9E

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

Shades of Mulberry #BF4C9E

Tints of Mulberry #BF4C9E

Color information

#BF4C9E (or 0xBF4C9E) is unknown color: approx Mulberry. HEX triplet: BF, 4C and 9E. RGB value is (191,76,158). Sum of RGB (Red+Green+Blue) = 191+76+158=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C9E is #40B361. Grayscale: #777777. Windows color (decimal): -4240226 or 10374335. OLE color: 10374335.

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

Color convert

RGB19176158-
CMYK00.600.170.25
HSL317.22º47.33%52.35%-
HSV(B)317.22º60.21%74.9%-
XYZ30.2418.7134.37-
YUV119.73149.6178.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=44.94%
G=17.88%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917615800.600.170.25317.2247.3352.35
HexBF4C9E03C111913d2f34
Octal27711423607421314755764
Binary1011111110011001001111001111001000111001100111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C9E; }

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

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

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

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

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

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

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

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