Html Css Color HEX #BF5099 Mulberry

📋 copy color: '#BF5099'

red 191 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #BF5099

Tints of Mulberry #BF5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

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

R = 45.05%
G = 18.87%
B = 36.08%

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

#BF5099 (or 0xBF5099) is known color: Mulberry. HEX triplet: BF, 50 and 99. RGB value is (191,80,153). Sum of RGB (Red+Green+Blue) = 191+80+153=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5099 is #40AF66. Grayscale: #797979. Windows color (decimal): -4239207 or 10047679. OLE color: 10047679.

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

Color convert

RGB 191 80 153 -
CMYK 0 0.58 0.20 0.25
HSL 320.54º 0.46% 0.53% -
HSV(B) 320.54º 0.58% 0.75% -
XYZ 30.1 19.11 32.24 -
YUV 121.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 191 80 153 0 0.58 0.20 0.25 320.54 0.46 0.53
Hex BF 50 99 0 3A 14 19 141 2E 35
Octal 277 120 231 0 72 24 31 501 56 65
Binary 10111111 1010000 10011001 0 111010 10100 11001 101000001 101110 110101

Color Harmonies of #BF5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5099

Black with #BF5099

Text Example


Text Example

White with #BF5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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