#BD3F9F

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

Shades of Mulberry #BD3F9F

Tints of Mulberry #BD3F9F

Color information

#BD3F9F (or 0xBD3F9F) is unknown color: approx Mulberry. HEX triplet: BD, 3F and 9F. RGB value is (189,63,159). Sum of RGB (Red+Green+Blue) = 189+63+159=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F9F is #42C060. Grayscale: #6F6F6F. Windows color (decimal): -4374625 or 10436541. OLE color: 10436541.

HSL color Cylindrical-coordinate representation of color #BD3F9F: hue angle of 314.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F9F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18963159-
CMYK00.670.160.26
HSL314.29º50%49.41%-
HSV(B)314.29º66.67%74.12%-
XYZ29.0216.8834.53-
YUV111.62154.74183.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=45.99%
G=15.33%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896315900.670.160.26314.295049.41
HexBD3F9F043101A13a3231
Octal27577237010320324726261
Binary1011110111111110011111010000111000011010100111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F9F; }

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

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

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

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

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

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

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

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