#BF458A

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

Shades of Mulberry #BF458A

Tints of Mulberry #BF458A

Color information

#BF458A (or 0xBF458A) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 8A. RGB value is (191,69,138). Sum of RGB (Red+Green+Blue) = 191+69+138=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF458A is #40BA75. Grayscale: #717171. Windows color (decimal): -4242038 or 9061823. OLE color: 9061823.

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

Color convert

RGB19169138-
CMYK00.640.280.25
HSL326.07º48.8%50.98%-
HSV(B)326.07º63.87%74.9%-
XYZ28.217.1725.87-
YUV113.34141.92183.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=47.99%
G=17.34%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913800.640.280.25326.0748.850.98
HexBF458A0401C191463133
Octal277105212010034315066163
Binary10111111100010110001010010000001110011001101000110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF458A; }

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

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

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

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

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

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

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

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