#BF4282

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

Shades of Mulberry #BF4282

Tints of Mulberry #BF4282

Color information

#BF4282 (or 0xBF4282) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 82. RGB value is (191,66,130). Sum of RGB (Red+Green+Blue) = 191+66+130=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4282 is #40BD7D. Grayscale: #6E6E6E. Windows color (decimal): -4242814 or 8536767. OLE color: 8536767.

HSL color Cylindrical-coordinate representation of color #BF4282: hue angle of 329.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4282 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19166130-
CMYK00.650.320.25
HSL329.28º49.41%50.39%-
HSV(B)329.28º65.45%74.9%-
XYZ27.4616.5822.87-
YUV110.67138.91185.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=49.35%
G=17.05%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916613000.650.320.25329.2849.4150.39
HexBF428204120191493132
Octal277102202010140315116162
Binary101111111000010100000100100000110000011001101001001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4282; }

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

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

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

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

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

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

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

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