Html Css Color HEX #BF5997 Mulberry

📋 copy color: '#BF5997'

red 191 ◦ green 89 ◦ blue 151

#BF5997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BF5997

Tints of Mulberry #BF5997

RGB

 RED value IS 191 (75% from 255) = 44.32%

 GREEN value IS 89 (35.16% from 255) = 20.65%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 44.32%
G = 20.65%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF5997 (or 0xBF5997) is known color: Mulberry. HEX triplet: BF, 59 and 97. RGB value is (191,89,151). Sum of RGB (Red+Green+Blue) = 191+89+151=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5997 is #40A668. Grayscale: #7E7E7E. Windows color (decimal): -4236905 or 9918911. OLE color: 9918911.

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

Color convert

RGB 191 89 151 -
CMYK 0 0.53 0.21 0.25
HSL 323.53º 0.44% 0.55% -
HSV(B) 323.53º 0.53% 0.75% -
XYZ 30.64 20.46 31.61 -
YUV 126.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 191 89 151 0 0.53 0.21 0.25 323.53 0.44 0.55
Hex BF 59 97 0 35 15 19 144 2C 37
Octal 277 131 227 0 65 25 31 504 54 67
Binary 10111111 1011001 10010111 0 110101 10101 11001 101000100 101100 110111

Color Harmonies of #BF5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5997

Black with #BF5997

Text Example


Text Example

White with #BF5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5997; }

 p { color: rgb(191,89,151); }

 H1.HeaderClassName
 {
   color: #BF5997;
 }
 .AnyTagClassName
 {
   color: #BF5997;
 }
</style>

background-color css

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

 a { background-color: rgb(191,89,151); }

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

border-color css

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

 span { border-color: rgb(191,89,151); }

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