#BD568E

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

Shades of Mulberry #BD568E

Tints of Mulberry #BD568E

Color information

#BD568E (or 0xBD568E) is unknown color: approx Mulberry. HEX triplet: BD, 56 and 8E. RGB value is (189,86,142). Sum of RGB (Red+Green+Blue) = 189+86+142=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD568E is #42A971. Grayscale: #7B7B7B. Windows color (decimal): -4368754 or 9328317. OLE color: 9328317.

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

Color convert

RGB18986142-
CMYK00.540.250.26
HSL327.38º43.83%53.92%-
HSV(B)327.38º54.5%74.12%-
XYZ29.219.4327.8-
YUV123.18138.62174.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=45.32%
G=20.62%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898614200.540.250.26327.3843.8353.92
HexBD568E036191A1472c36
Octal27512621606631325075466
Binary1011110110101101000111001101101100111010101000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD568E; }

 p { color: rgb(189,86,142); }

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

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

 a { background-color: rgb(189,86,142); }

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

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

 span { border-color: rgb(189,86,142); }

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