#BF45A4

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

Shades of Mulberry #BF45A4

Tints of Mulberry #BF45A4

Color information

#BF45A4 (or 0xBF45A4) is unknown color: approx Mulberry. HEX triplet: BF, 45 and A4. RGB value is (191,69,164). Sum of RGB (Red+Green+Blue) = 191+69+164=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45A4 is #40BA5B. Grayscale: #747474. Windows color (decimal): -4242012 or 10765759. OLE color: 10765759.

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

Color convert

RGB19169164-
CMYK00.640.140.25
HSL313.28º48.8%50.98%-
HSV(B)313.28º63.87%74.9%-
XYZ30.3118.0137-
YUV116.31154.92181.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=45.05%
G=16.27%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916916400.640.140.25313.2848.850.98
HexBF45A4040E191393133
Octal277105244010016314716163
Binary1011111110001011010010001000000111011001100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45A4; }

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

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

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

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

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

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

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

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