#BF45A6

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

Shades of Mulberry #BF45A6

Tints of Mulberry #BF45A6

Color information

#BF45A6 (or 0xBF45A6) is unknown color: approx Mulberry. HEX triplet: BF, 45 and A6. RGB value is (191,69,166). Sum of RGB (Red+Green+Blue) = 191+69+166=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45A6 is #40BA59. Grayscale: #747474. Windows color (decimal): -4242010 or 10896831. OLE color: 10896831.

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

Color convert

RGB19169166-
CMYK00.640.130.25
HSL312.3º48.8%50.98%-
HSV(B)312.3º63.87%74.9%-
XYZ30.518.0937.96-
YUV116.54155.92181.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=44.84%
G=16.20%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916916600.640.130.25312.348.850.98
HexBF45A6040D191383133
Octal277105246010015314706163
Binary1011111110001011010011001000000110111001100111000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45A6; }

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

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

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

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

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

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

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

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