#BF4BA0

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

Shades of Mulberry #BF4BA0

Tints of Mulberry #BF4BA0

Color information

#BF4BA0 (or 0xBF4BA0) is unknown color: approx Mulberry. HEX triplet: BF, 4B and A0. RGB value is (191,75,160). Sum of RGB (Red+Green+Blue) = 191+75+160=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BA0 is #40B45F. Grayscale: #777777. Windows color (decimal): -4240480 or 10505151. OLE color: 10505151.

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

Color convert

RGB19175160-
CMYK00.610.160.25
HSL316.03º47.54%52.16%-
HSV(B)316.03º60.73%74.9%-
XYZ30.3518.6535.26-
YUV119.37150.93179.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=44.84%
G=17.61%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917516000.610.160.25316.0347.5452.16
HexBF4BA003D101913c3034
Octal27711324007520314746064
Binary1011111110010111010000001111011000011001100111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BA0; }

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

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

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

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

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

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

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

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