Html Css Color HEX #BF5180 Mulberry

📋 copy color: '#BF5180'

red 191 ◦ green 81 ◦ blue 128

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

Shades of Mulberry #BF5180

Tints of Mulberry #BF5180

RGB

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

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

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

R = 47.75%
G = 20.25%
B = 32%

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

#BF5180 (or 0xBF5180) is known color: Mulberry. HEX triplet: BF, 51 and 80. RGB value is (191,81,128). Sum of RGB (Red+Green+Blue) = 191+81+128=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5180 is #40AE7F. Grayscale: #777777. Windows color (decimal): -4238976 or 8409535. OLE color: 8409535.

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

Color convert

RGB 191 81 128 -
CMYK 0 0.58 0.33 0.25
HSL 334.36º 0.46% 0.53% -
HSV(B) 334.36º 0.58% 0.75% -
XYZ 28.32 18.52 22.5 -
YUV 119.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 191 81 128 0 0.58 0.33 0.25 334.36 0.46 0.53
Hex BF 51 80 0 3A 21 19 14E 2E 35
Octal 277 121 200 0 72 41 31 516 56 65
Binary 10111111 1010001 10000000 0 111010 100001 11001 101001110 101110 110101

Color Harmonies of #BF5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5180

Black with #BF5180

Text Example


Text Example

White with #BF5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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