#BF5798

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

Shades of Mulberry #BF5798

Tints of Mulberry #BF5798

Color information

#BF5798 (or 0xBF5798) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 98. RGB value is (191,87,152). Sum of RGB (Red+Green+Blue) = 191+87+152=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5798 is #40A867. Grayscale: #7D7D7D. Windows color (decimal): -4237416 or 9983935. OLE color: 9983935.

HSL color Cylindrical-coordinate representation of color #BF5798: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5798 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19187152-
CMYK00.540.200.25
HSL322.5º44.83%54.51%-
HSV(B)322.5º54.45%74.9%-
XYZ30.5620.1631.99-
YUV125.51142.96174.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=44.42%
G=20.23%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918715200.540.200.25322.544.8354.51
HexBF579803614191422d37
Octal27712723006624315025567
Binary1011111110101111001100001101101010011001101000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5798; }

 p { color: rgb(191,87,152); }

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

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

 a { background-color: rgb(191,87,152); }

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

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

 span { border-color: rgb(191,87,152); }

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