Html Css Color HEX #BF518D Mulberry

📋 copy color: '#BF518D'

red 191 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #BF518D

Tints of Mulberry #BF518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 46.25%
G = 19.61%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF518D (or 0xBF518D) is known color: Mulberry. HEX triplet: BF, 51 and 8D. RGB value is (191,81,141). Sum of RGB (Red+Green+Blue) = 191+81+141=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF518D is #40AE72. Grayscale: #787878. Windows color (decimal): -4238963 or 9261503. OLE color: 9261503.

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

Color convert

RGB 191 81 141 -
CMYK 0 0.58 0.26 0.25
HSL 327.27º 0.46% 0.53% -
HSV(B) 327.27º 0.58% 0.75% -
XYZ 29.24 18.88 27.3 -
YUV 120.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 191 81 141 0 0.58 0.26 0.25 327.27 0.46 0.53
Hex BF 51 8D 0 3A 1A 19 147 2E 35
Octal 277 121 215 0 72 32 31 507 56 65
Binary 10111111 1010001 10001101 0 111010 11010 11001 101000111 101110 110101

Color Harmonies of #BF518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF518D

Black with #BF518D

Text Example


Text Example

White with #BF518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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