#BF4A88

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

Shades of Mulberry #BF4A88

Tints of Mulberry #BF4A88

Color information

#BF4A88 (or 0xBF4A88) is unknown color: approx Mulberry. HEX triplet: BF, 4A and 88. RGB value is (191,74,136). Sum of RGB (Red+Green+Blue) = 191+74+136=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A88 is #40B577. Grayscale: #737373. Windows color (decimal): -4240760 or 8932031. OLE color: 8932031.

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

Color convert

RGB19174136-
CMYK00.610.290.25
HSL328.21º47.76%51.96%-
HSV(B)328.21º61.26%74.9%-
XYZ28.3817.7525.22-
YUV116.05139.26181.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=47.63%
G=18.45%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917413600.610.290.25328.2147.7651.96
HexBF4A8803D1D191483034
Octal27711221007535315106064
Binary1011111110010101000100001111011110111001101001000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A88; }

 p { color: rgb(191,74,136); }

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

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

 a { background-color: rgb(191,74,136); }

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

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

 span { border-color: rgb(191,74,136); }

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