#bf5282

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

Shades of Mulberry #BF5282

Tints of Mulberry #BF5282

Color information

#BF5282 (or 0xBF5282) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 82. RGB value is (191,82,130). Sum of RGB (Red+Green+Blue) = 191+82+130=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5282 is #40AD7D. Grayscale: #777777. Windows color (decimal): -4238718 or 8540863. OLE color: 8540863.

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

Color convert

RGB19182130-
CMYK00.570.320.25
HSL333.58º45.99%53.53%-
HSV(B)333.58º57.07%74.9%-
XYZ28.5318.7223.23-
YUV120.06133.61178.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=47.39%
G=20.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918213000.570.320.25333.5845.9953.53
HexBF5282039201914e2e36
Octal27712220207140315165666
Binary10111111101001010000010011100110000011001101001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5282; }

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

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

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

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

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

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

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

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