#BF528A

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

Shades of Mulberry #BF528A

Tints of Mulberry #BF528A

Color information

#BF528A (or 0xBF528A) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 8A. RGB value is (191,82,138). Sum of RGB (Red+Green+Blue) = 191+82+138=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF528A is #40AD75. Grayscale: #787878. Windows color (decimal): -4238710 or 9065151. OLE color: 9065151.

HSL color Cylindrical-coordinate representation of color #BF528A: hue angle of 329.17º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF528A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19182138-
CMYK00.570.280.25
HSL329.17º45.99%53.53%-
HSV(B)329.17º57.07%74.9%-
XYZ29.0918.9526.17-
YUV120.98137.61177.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=46.47%
G=19.95%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918213800.570.280.25329.1745.9953.53
HexBF528A0391C191492e36
Octal27712221207134315115666
Binary1011111110100101000101001110011110011001101001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF528A; }

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

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

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

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

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

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

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

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