#BD509B

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

Shades of Mulberry #BD509B

Tints of Mulberry #BD509B

Color information

#BD509B (or 0xBD509B) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 9B. RGB value is (189,80,155). Sum of RGB (Red+Green+Blue) = 189+80+155=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD509B is #42AF64. Grayscale: #787878. Windows color (decimal): -4370277 or 10178749. OLE color: 10178749.

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

Color convert

RGB18980155-
CMYK00.580.180.26
HSL318.72º45.23%52.75%-
HSV(B)318.72º57.67%74.12%-
XYZ29.7718.9233.09-
YUV121.14147.11176.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=44.58%
G=18.87%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898015500.580.180.26318.7245.2352.75
HexBD509B03A121A13f2d35
Octal27512023307222324775565
Binary1011110110100001001101101110101001011010100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD509B; }

 p { color: rgb(189,80,155); }

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

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

 a { background-color: rgb(189,80,155); }

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

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

 span { border-color: rgb(189,80,155); }

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