#BD5695

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

Shades of Mulberry #BD5695

Tints of Mulberry #BD5695

Color information

#BD5695 (or 0xBD5695) is unknown color: approx Mulberry. HEX triplet: BD, 56 and 95. RGB value is (189,86,149). Sum of RGB (Red+Green+Blue) = 189+86+149=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5695 is #42A96A. Grayscale: #7B7B7B. Windows color (decimal): -4368747 or 9787069. OLE color: 9787069.

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

Color convert

RGB18986149-
CMYK00.540.210.26
HSL323.3º43.83%53.92%-
HSV(B)323.3º54.5%74.12%-
XYZ29.7419.6430.66-
YUV123.98142.12174.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=44.58%
G=20.28%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898614900.540.210.26323.343.8353.92
HexBD5695036151A1432c36
Octal27512622506625325035466
Binary1011110110101101001010101101101010111010101000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5695; }

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

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

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

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

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

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

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

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