#BD5FA4

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

Shades of Mulberry #BD5FA4

Tints of Mulberry #BD5FA4

Color information

#BD5FA4 (or 0xBD5FA4) is unknown color: approx Mulberry. HEX triplet: BD, 5F and A4. RGB value is (189,95,164). Sum of RGB (Red+Green+Blue) = 189+95+164=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5FA4 is #42A05B. Grayscale: #828282. Windows color (decimal): -4366428 or 10772413. OLE color: 10772413.

HSL color Cylindrical-coordinate representation of color #BD5FA4: hue angle of 315.96º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5FA4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18995164-
CMYK00.500.130.26
HSL315.96º41.59%55.69%-
HSV(B)315.96º49.74%74.12%-
XYZ31.7821.6837.63-
YUV130.97146.64169.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=42.19%
G=21.21%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899516400.500.130.26315.9641.5955.69
HexBD5FA4032D1A13c2a38
Octal27513724406215324745270
Binary101111011011111101001000110010110111010100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5FA4; }

 p { color: rgb(189,95,164); }

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

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

 a { background-color: rgb(189,95,164); }

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

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

 span { border-color: rgb(189,95,164); }

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