#BF449A

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

Shades of Mulberry #BF449A

Tints of Mulberry #BF449A

Color information

#BF449A (or 0xBF449A) is unknown color: approx Mulberry. HEX triplet: BF, 44 and 9A. RGB value is (191,68,154). Sum of RGB (Red+Green+Blue) = 191+68+154=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF449A is #40BB65. Grayscale: #727272. Windows color (decimal): -4242278 or 10110143. OLE color: 10110143.

HSL color Cylindrical-coordinate representation of color #BF449A: hue angle of 318.05º 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 #BF449A is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19168154-
CMYK00.640.190.25
HSL318.05º49%50.78%-
HSV(B)318.05º64.4%74.9%-
XYZ29.3917.5432.41-
YUV114.58150.25182.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=46.25%
G=16.46%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916815400.640.190.25318.054950.78
HexBF449A040131913e3133
Octal277104232010023314766163
Binary10111111100010010011010010000001001111001100111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF449A; }

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

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

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

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

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

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

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

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