#BF419B

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

Shades of Mulberry #BF419B

Tints of Mulberry #BF419B

Color information

#BF419B (or 0xBF419B) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 9B. RGB value is (191,65,155). Sum of RGB (Red+Green+Blue) = 191+65+155=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF419B is #40BE64. Grayscale: #707070. Windows color (decimal): -4243045 or 10174911. OLE color: 10174911.

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

Color convert

RGB19165155-
CMYK00.660.190.25
HSL317.14º49.61%50.2%-
HSV(B)317.14º65.97%74.9%-
XYZ29.2917.2232.79-
YUV112.93151.74183.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=46.47%
G=15.82%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916515500.660.190.25317.1449.6150.2
HexBF419B042131913d3232
Octal277101233010223314756262
Binary10111111100000110011011010000101001111001100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF419B; }

 p { color: rgb(191,65,155); }

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

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

 a { background-color: rgb(191,65,155); }

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

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

 span { border-color: rgb(191,65,155); }

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