#BF568D

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

Shades of Mulberry #BF568D

Tints of Mulberry #BF568D

Color information

#BF568D (or 0xBF568D) is unknown color: approx Mulberry. HEX triplet: BF, 56 and 8D. RGB value is (191,86,141). Sum of RGB (Red+Green+Blue) = 191+86+141=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF568D is #40A972. Grayscale: #7B7B7B. Windows color (decimal): -4237683 or 9262783. OLE color: 9262783.

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

Color convert

RGB19186141-
CMYK00.550.260.25
HSL328.57º45.06%54.31%-
HSV(B)328.57º54.97%74.9%-
XYZ29.6219.6627.43-
YUV123.66137.79176.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=45.69%
G=20.57%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918614100.550.260.25328.5745.0654.31
HexBF568D0371A191492d36
Octal27712621506732315115566
Binary1011111110101101000110101101111101011001101001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF568D; }

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

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

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

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

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

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

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

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