#BF53A1

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

Shades of Mulberry #BF53A1

Tints of Mulberry #BF53A1

Color information

#BF53A1 (or 0xBF53A1) is unknown color: approx Mulberry. HEX triplet: BF, 53 and A1. RGB value is (191,83,161). Sum of RGB (Red+Green+Blue) = 191+83+161=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53A1 is #40AC5E. Grayscale: #7B7B7B. Windows color (decimal): -4238431 or 10572735. OLE color: 10572735.

HSL color Cylindrical-coordinate representation of color #BF53A1: hue angle of 316.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF53A1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19183161-
CMYK00.570.160.25
HSL316.67º45.76%53.73%-
HSV(B)316.67º56.54%74.9%-
XYZ31.0119.8435.91-
YUV124.18148.78175.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=43.91%
G=19.08%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918316100.570.160.25316.6745.7653.73
HexBF53A1039101913d2e36
Octal27712324107120314755666
Binary1011111110100111010000101110011000011001100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53A1; }

 p { color: rgb(191,83,161); }

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

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

 a { background-color: rgb(191,83,161); }

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

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

 span { border-color: rgb(191,83,161); }

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