#BD4E83

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

Shades of Mulberry #BD4E83

Tints of Mulberry #BD4E83

Color information

#BD4E83 (or 0xBD4E83) is unknown color: approx Mulberry. HEX triplet: BD, 4E and 83. RGB value is (189,78,131). Sum of RGB (Red+Green+Blue) = 189+78+131=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E83 is #42B17C. Grayscale: #757575. Windows color (decimal): -4370813 or 8605373. OLE color: 8605373.

HSL color Cylindrical-coordinate representation of color #BD4E83: hue angle of 331.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E83 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18978131-
CMYK00.590.310.26
HSL331.35º45.68%52.35%-
HSV(B)331.35º58.73%74.12%-
XYZ27.8117.9123.46-
YUV117.23135.77179.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=47.49%
G=19.60%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897813100.590.310.26331.3545.6852.35
HexBD4E8303B1F1A14b2e34
Octal27511620307337325135664
Binary1011110110011101000001101110111111111010101001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E83; }

 p { color: rgb(189,78,131); }

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

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

 a { background-color: rgb(189,78,131); }

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

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

 span { border-color: rgb(189,78,131); }

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