#BD508A

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

Shades of Mulberry #BD508A

Tints of Mulberry #BD508A

Color information

#BD508A (or 0xBD508A) is unknown color: approx Mulberry. HEX triplet: BD, 50 and 8A. RGB value is (189,80,138). Sum of RGB (Red+Green+Blue) = 189+80+138=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508A is #42AF75. Grayscale: #777777. Windows color (decimal): -4370294 or 9064637. OLE color: 9064637.

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

Color convert

RGB18980138-
CMYK00.580.270.26
HSL328.07º45.23%52.75%-
HSV(B)328.07º57.67%74.12%-
XYZ28.4418.3926.1-
YUV119.2138.61177.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=46.44%
G=19.66%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898013800.580.270.26328.0745.2352.75
HexBD508A03A1B1A1482d35
Octal27512021207233325105565
Binary1011110110100001000101001110101101111010101001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD508A; }

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

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

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

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

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

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

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

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