#BF4BA5

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

Shades of Mulberry #BF4BA5

Tints of Mulberry #BF4BA5

Color information

#BF4BA5 (or 0xBF4BA5) is unknown color: approx Mulberry. HEX triplet: BF, 4B and A5. RGB value is (191,75,165). Sum of RGB (Red+Green+Blue) = 191+75+165=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BA5 is #40B45A. Grayscale: #777777. Windows color (decimal): -4240475 or 10832831. OLE color: 10832831.

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

Color convert

RGB19175165-
CMYK00.610.140.25
HSL313.45º47.54%52.16%-
HSV(B)313.45º60.73%74.9%-
XYZ30.7918.8337.61-
YUV119.94153.43178.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=44.32%
G=17.40%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917516500.610.140.25313.4547.5452.16
HexBF4BA503DE191393034
Octal27711324507516314716064
Binary101111111001011101001010111101111011001100111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BA5; }

 p { color: rgb(191,75,165); }

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

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

 a { background-color: rgb(191,75,165); }

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

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

 span { border-color: rgb(191,75,165); }

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