#BF5498

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

Shades of Mulberry #BF5498

Tints of Mulberry #BF5498

Color information

#BF5498 (or 0xBF5498) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 98. RGB value is (191,84,152). Sum of RGB (Red+Green+Blue) = 191+84+152=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5498 is #40AB67. Grayscale: #7B7B7B. Windows color (decimal): -4238184 or 9983167. OLE color: 9983167.

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

Color convert

RGB19184152-
CMYK00.560.200.25
HSL321.87º45.53%53.92%-
HSV(B)321.87º56.02%74.9%-
XYZ30.3219.6831.91-
YUV123.74143.95175.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=44.73%
G=19.67%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918415200.560.200.25321.8745.5353.92
HexBF549803814191422e36
Octal27712423007024315025666
Binary1011111110101001001100001110001010011001101000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5498; }

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

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

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

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

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

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

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

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