#BF449D

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

Shades of Mulberry #BF449D

Tints of Mulberry #BF449D

Color information

#BF449D (or 0xBF449D) is unknown color: approx Mulberry. HEX triplet: BF, 44 and 9D. RGB value is (191,68,157). Sum of RGB (Red+Green+Blue) = 191+68+157=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF449D is #40BB62. Grayscale: #727272. Windows color (decimal): -4242275 or 10306751. OLE color: 10306751.

HSL color Cylindrical-coordinate representation of color #BF449D: hue angle of 316.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF449D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19168157-
CMYK00.640.180.25
HSL316.59º49%50.78%-
HSV(B)316.59º64.4%74.9%-
XYZ29.6417.6433.74-
YUV114.92151.75182.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=45.91%
G=16.35%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916815700.640.180.25316.594950.78
HexBF449D040121913d3133
Octal277104235010022314756163
Binary10111111100010010011101010000001001011001100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF449D; }

 p { color: rgb(191,68,157); }

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

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

 a { background-color: rgb(191,68,157); }

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

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

 span { border-color: rgb(191,68,157); }

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