#BD568C

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

Shades of Mulberry #BD568C

Tints of Mulberry #BD568C

Color information

#BD568C (or 0xBD568C) is unknown color: approx Mulberry. HEX triplet: BD, 56 and 8C. RGB value is (189,86,140). Sum of RGB (Red+Green+Blue) = 189+86+140=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD568C is #42A973. Grayscale: #7A7A7A. Windows color (decimal): -4368756 or 9197245. OLE color: 9197245.

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

Color convert

RGB18986140-
CMYK00.540.260.26
HSL328.54º43.83%53.92%-
HSV(B)328.54º54.5%74.12%-
XYZ29.0519.3727.02-
YUV122.95137.62175.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=45.54%
G=20.72%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898614000.540.260.26328.5443.8353.92
HexBD568C0361A1A1492c36
Octal27512621406632325115466
Binary1011110110101101000110001101101101011010101001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD568C; }

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

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

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

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

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

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

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

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