#BF4B9B

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

Shades of Mulberry #BF4B9B

Tints of Mulberry #BF4B9B

Color information

#BF4B9B (or 0xBF4B9B) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 9B. RGB value is (191,75,155). Sum of RGB (Red+Green+Blue) = 191+75+155=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B9B is #40B464. Grayscale: #767676. Windows color (decimal): -4240485 or 10177471. OLE color: 10177471.

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

Color convert

RGB19175155-
CMYK00.610.190.25
HSL318.62º47.54%52.16%-
HSV(B)318.62º60.73%74.9%-
XYZ29.9218.4833-
YUV118.8148.43179.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=45.37%
G=17.81%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917515500.610.190.25318.6247.5452.16
HexBF4B9B03D131913f3034
Octal27711323307523314776064
Binary1011111110010111001101101111011001111001100111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B9B; }

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

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

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

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

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

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

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

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