#BF4B8B

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

Shades of Mulberry #BF4B8B

Tints of Mulberry #BF4B8B

Color information

#BF4B8B (or 0xBF4B8B) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 8B. RGB value is (191,75,139). Sum of RGB (Red+Green+Blue) = 191+75+139=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B8B is #40B474. Grayscale: #747474. Windows color (decimal): -4240501 or 9128895. OLE color: 9128895.

HSL color Cylindrical-coordinate representation of color #BF4B8B: hue angle of 326.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B8B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19175139-
CMYK00.610.270.25
HSL326.9º47.54%52.16%-
HSV(B)326.9º60.73%74.9%-
XYZ28.6617.9726.38-
YUV116.98140.43180.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=47.16%
G=18.52%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917513900.610.270.25326.947.5452.16
HexBF4B8B03D1B191473034
Octal27711321307533315076064
Binary1011111110010111000101101111011101111001101000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B8B; }

 p { color: rgb(191,75,139); }

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

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

 a { background-color: rgb(191,75,139); }

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

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

 span { border-color: rgb(191,75,139); }

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