#bd5281

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

Shades of Mulberry #BD5281

Tints of Mulberry #BD5281

Color information

#BD5281 (or 0xBD5281) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 81. RGB value is (189,82,129). Sum of RGB (Red+Green+Blue) = 189+82+129=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5281 is #42AD7E. Grayscale: #777777. Windows color (decimal): -4369791 or 8475325. OLE color: 8475325.

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

Color convert

RGB18982129-
CMYK00.570.320.26
HSL333.64º44.77%53.14%-
HSV(B)333.64º56.61%74.12%-
XYZ27.9718.4422.85-
YUV119.35133.45177.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=47.25%
G=20.5%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898212900.570.320.26333.6444.7753.14
HexBD5281039201A14e2d35
Octal27512220107140325165565
Binary10111101101001010000001011100110000011010101001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5281; }

 p { color: rgb(189,82,129); }

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

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

 a { background-color: rgb(189,82,129); }

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

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

 span { border-color: rgb(189,82,129); }

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