#BD4F9F

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

Shades of Mulberry #BD4F9F

Tints of Mulberry #BD4F9F

Color information

#BD4F9F (or 0xBD4F9F) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 9F. RGB value is (189,79,159). Sum of RGB (Red+Green+Blue) = 189+79+159=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F9F is #42B060. Grayscale: #787878. Windows color (decimal): -4370529 or 10440637. OLE color: 10440637.

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

Color convert

RGB18979159-
CMYK00.580.160.26
HSL316.36º45.45%52.55%-
HSV(B)316.36º58.2%74.12%-
XYZ30.0418.9134.87-
YUV121.01149.44176.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=44.26%
G=18.50%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897915900.580.160.26316.3645.4552.55
HexBD4F9F03A101A13c2d35
Octal27511723707220324745565
Binary1011110110011111001111101110101000011010100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F9F; }

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

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

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

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

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

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

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

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