Html Css Color HEX #BF5199 Mulberry

📋 copy color: '#BF5199'

red 191 ◦ green 81 ◦ blue 153

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

Shades of Mulberry #BF5199

Tints of Mulberry #BF5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 44.94%
G = 19.06%
B = 36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF5199 (or 0xBF5199) is known color: Mulberry. HEX triplet: BF, 51 and 99. RGB value is (191,81,153). Sum of RGB (Red+Green+Blue) = 191+81+153=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5199 is #40AE66. Grayscale: #797979. Windows color (decimal): -4238951 or 10047935. OLE color: 10047935.

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

Color convert

RGB 191 81 153 -
CMYK 0 0.58 0.20 0.25
HSL 320.73º 0.46% 0.53% -
HSV(B) 320.73º 0.58% 0.75% -
XYZ 30.18 19.26 32.26 -
YUV 122.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 191 81 153 0 0.58 0.20 0.25 320.73 0.46 0.53
Hex BF 51 99 0 3A 14 19 141 2E 35
Octal 277 121 231 0 72 24 31 501 56 65
Binary 10111111 1010001 10011001 0 111010 10100 11001 101000001 101110 110101

Color Harmonies of #BF5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5199

Black with #BF5199

Text Example


Text Example

White with #BF5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5199; }

 p { color: rgb(191,81,153); }

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

background-color css

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

 a { background-color: rgb(191,81,153); }

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

border-color css

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

 span { border-color: rgb(191,81,153); }

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