#BF538D

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

Shades of Mulberry #BF538D

Tints of Mulberry #BF538D

Color information

#BF538D (or 0xBF538D) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 8D. RGB value is (191,83,141). Sum of RGB (Red+Green+Blue) = 191+83+141=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538D is #40AC72. Grayscale: #797979. Windows color (decimal): -4238451 or 9262015. OLE color: 9262015.

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

Color convert

RGB19183141-
CMYK00.570.260.25
HSL327.78º45.76%53.73%-
HSV(B)327.78º56.54%74.9%-
XYZ29.3919.1927.35-
YUV121.9138.78177.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=46.02%
G=20%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918314100.570.260.25327.7845.7653.73
HexBF538D0391A191482e36
Octal27712321507132315105666
Binary1011111110100111000110101110011101011001101001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF538D; }

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

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

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

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

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

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

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

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