Html Css Color HEX #BF5080 Mulberry

📋 copy color: '#BF5080'

red 191 ◦ green 80 ◦ blue 128

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

Shades of Mulberry #BF5080

Tints of Mulberry #BF5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 47.87%
G = 20.05%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF5080 (or 0xBF5080) is known color: Mulberry. HEX triplet: BF, 50 and 80. RGB value is (191,80,128). Sum of RGB (Red+Green+Blue) = 191+80+128=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5080 is #40AF7F. Grayscale: #767676. Windows color (decimal): -4239232 or 8409279. OLE color: 8409279.

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

Color convert

RGB 191 80 128 -
CMYK 0 0.58 0.33 0.25
HSL 334.05º 0.46% 0.53% -
HSV(B) 334.05º 0.58% 0.75% -
XYZ 28.25 18.37 22.48 -
YUV 118.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 191 80 128 0 0.58 0.33 0.25 334.05 0.46 0.53
Hex BF 50 80 0 3A 21 19 14E 2E 35
Octal 277 120 200 0 72 41 31 516 56 65
Binary 10111111 1010000 10000000 0 111010 100001 11001 101001110 101110 110101

Color Harmonies of #BF5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5080

Black with #BF5080

Text Example


Text Example

White with #BF5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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