#BF429E

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

Shades of Mulberry #BF429E

Tints of Mulberry #BF429E

Color information

#BF429E (or 0xBF429E) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 9E. RGB value is (191,66,158). Sum of RGB (Red+Green+Blue) = 191+66+158=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF429E is #40BD61. Grayscale: #717171. Windows color (decimal): -4242786 or 10371775. OLE color: 10371775.

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

Color convert

RGB19166158-
CMYK00.650.170.25
HSL315.84º49.41%50.39%-
HSV(B)315.84º65.45%74.9%-
XYZ29.6117.4434.15-
YUV113.86152.91183.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=46.02%
G=15.90%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916615800.650.170.25315.8449.4150.39
HexBF429E041111913c3132
Octal277102236010121314746162
Binary10111111100001010011110010000011000111001100111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF429E; }

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

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

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

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

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

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

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

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