#BF4C9A

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

Shades of Mulberry #BF4C9A

Tints of Mulberry #BF4C9A

Color information

#BF4C9A (or 0xBF4C9A) is unknown color: approx Mulberry. HEX triplet: BF, 4C and 9A. RGB value is (191,76,154). Sum of RGB (Red+Green+Blue) = 191+76+154=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C9A is #40B365. Grayscale: #777777. Windows color (decimal): -4240230 or 10112191. OLE color: 10112191.

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

Color convert

RGB19176154-
CMYK00.600.190.25
HSL319.3º47.33%52.35%-
HSV(B)319.3º60.21%74.9%-
XYZ29.918.5832.58-
YUV119.28147.6179.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=45.37%
G=18.05%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917615400.600.190.25319.347.3352.35
HexBF4C9A03C131913f2f34
Octal27711423207423314775764
Binary1011111110011001001101001111001001111001100111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C9A; }

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

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

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

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

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

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

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

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