#BF45A0

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

Shades of Mulberry #BF45A0

Tints of Mulberry #BF45A0

Color information

#BF45A0 (or 0xBF45A0) is unknown color: approx Mulberry. HEX triplet: BF, 45 and A0. RGB value is (191,69,160). Sum of RGB (Red+Green+Blue) = 191+69+160=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45A0 is #40BA5F. Grayscale: #737373. Windows color (decimal): -4242016 or 10503615. OLE color: 10503615.

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

Color convert

RGB19169160-
CMYK00.640.160.25
HSL315.25º48.8%50.98%-
HSV(B)315.25º63.87%74.9%-
XYZ29.9617.8735.13-
YUV115.85152.92181.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=45.48%
G=16.43%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916916000.640.160.25315.2548.850.98
HexBF45A0040101913b3133
Octal277105240010020314736163
Binary10111111100010110100000010000001000011001100111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45A0; }

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

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

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

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

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

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

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

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