#BF5CA3

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

Shades of Mulberry #BF5CA3

Tints of Mulberry #BF5CA3

Color information

#BF5CA3 (or 0xBF5CA3) is unknown color: approx Mulberry. HEX triplet: BF, 5C and A3. RGB value is (191,92,163). Sum of RGB (Red+Green+Blue) = 191+92+163=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA3 is #40A35C. Grayscale: #818181. Windows color (decimal): -4236125 or 10706111. OLE color: 10706111.

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

Color convert

RGB19192163-
CMYK00.520.150.25
HSL316.97º43.61%55.49%-
HSV(B)316.97º51.83%74.9%-
XYZ31.9221.3837.09-
YUV129.7146.8171.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=42.83%
G=20.63%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919216300.520.150.25316.9743.6155.49
HexBF5CA3034F1913d2c37
Octal27713424306417314755467
Binary101111111011100101000110110100111111001100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CA3; }

 p { color: rgb(191,92,163); }

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

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

 a { background-color: rgb(191,92,163); }

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

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

 span { border-color: rgb(191,92,163); }

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