#BD4F9B

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

Shades of Mulberry #BD4F9B

Tints of Mulberry #BD4F9B

Color information

#BD4F9B (or 0xBD4F9B) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 9B. RGB value is (189,79,155). Sum of RGB (Red+Green+Blue) = 189+79+155=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F9B is #42B064. Grayscale: #787878. Windows color (decimal): -4370533 or 10178493. OLE color: 10178493.

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

Color convert

RGB18979155-
CMYK00.580.180.26
HSL318.55º45.45%52.55%-
HSV(B)318.55º58.2%74.12%-
XYZ29.718.7833.07-
YUV120.55147.44176.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=44.68%
G=18.68%
B=36.64%

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
Decimal1897915500.580.180.26318.5545.4552.55
HexBD4F9B03A121A13f2d35
Octal27511723307222324775565
Binary1011110110011111001101101110101001011010100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F9B; }

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

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

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

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

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

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

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

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