#BD5195

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

Shades of Mulberry #BD5195

Tints of Mulberry #BD5195

Color information

#BD5195 (or 0xBD5195) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 95. RGB value is (189,81,149). Sum of RGB (Red+Green+Blue) = 189+81+149=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5195 is #42AE6A. Grayscale: #787878. Windows color (decimal): -4370027 or 9785789. OLE color: 9785789.

HSL color Cylindrical-coordinate representation of color #BD5195: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5195 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18981149-
CMYK00.570.210.26
HSL322.22º45%52.94%-
HSV(B)322.22º57.14%74.12%-
XYZ29.3518.8730.53-
YUV121.04143.78176.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=45.11%
G=19.33%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898114900.570.210.26322.224552.94
HexBD5195039151A1422d35
Octal27512122507125325025565
Binary1011110110100011001010101110011010111010101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5195; }

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

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

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

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

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

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

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

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