#BF4B85

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

Shades of Mulberry #BF4B85

Tints of Mulberry #BF4B85

Color information

#BF4B85 (or 0xBF4B85) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 85. RGB value is (191,75,133). Sum of RGB (Red+Green+Blue) = 191+75+133=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B85 is #40B47A. Grayscale: #747474. Windows color (decimal): -4240507 or 8735679. OLE color: 8735679.

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

Color convert

RGB19175133-
CMYK00.610.300.25
HSL330º47.54%52.16%-
HSV(B)330º60.73%74.9%-
XYZ28.2417.824.14-
YUV116.3137.43181.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=47.87%
G=18.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917513300.610.300.2533047.5452.16
HexBF4B8503D1E1914a3034
Octal27711320507536315126064
Binary1011111110010111000010101111011111011001101001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B85; }

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

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

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

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

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

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

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

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