#BF459A

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

Shades of Mulberry #BF459A

Tints of Mulberry #BF459A

Color information

#BF459A (or 0xBF459A) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 9A. RGB value is (191,69,154). Sum of RGB (Red+Green+Blue) = 191+69+154=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF459A is #40BA65. Grayscale: #727272. Windows color (decimal): -4242022 or 10110399. OLE color: 10110399.

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

Color convert

RGB19169154-
CMYK00.640.190.25
HSL318.2º48.8%50.98%-
HSV(B)318.2º63.87%74.9%-
XYZ29.4517.6732.43-
YUV115.17149.92182.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=46.14%
G=16.67%
B=37.20%

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
Decimal1916915400.640.190.25318.248.850.98
HexBF459A040131913e3133
Octal277105232010023314766163
Binary10111111100010110011010010000001001111001100111110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF459A; }

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

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

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

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

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

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

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

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