#BF4A9A

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

Shades of Mulberry #BF4A9A

Tints of Mulberry #BF4A9A

Color information

#BF4A9A (or 0xBF4A9A) is unknown color: approx Mulberry. HEX triplet: BF, 4A and 9A. RGB value is (191,74,154). Sum of RGB (Red+Green+Blue) = 191+74+154=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A9A is #40B565. Grayscale: #757575. Windows color (decimal): -4240742 or 10111679. OLE color: 10111679.

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

Color convert

RGB19174154-
CMYK00.610.190.25
HSL318.97º47.76%51.96%-
HSV(B)318.97º61.26%74.9%-
XYZ29.7718.3132.54-
YUV118.1148.26180-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=45.58%
G=17.66%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917415400.610.190.25318.9747.7651.96
HexBF4A9A03D131913f3034
Octal27711223207523314776064
Binary1011111110010101001101001111011001111001100111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A9A; }

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

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

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

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

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

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

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

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