Html Css Color HEX #BF518B Mulberry

📋 copy color: '#BF518B'

red 191 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #BF518B

Tints of Mulberry #BF518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 46.47%
G = 19.71%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF518B (or 0xBF518B) is known color: Mulberry. HEX triplet: BF, 51 and 8B. RGB value is (191,81,139). Sum of RGB (Red+Green+Blue) = 191+81+139=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF518B is #40AE74. Grayscale: #787878. Windows color (decimal): -4238965 or 9130431. OLE color: 9130431.

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

Color convert

RGB 191 81 139 -
CMYK 0 0.58 0.27 0.25
HSL 328.36º 0.46% 0.53% -
HSV(B) 328.36º 0.58% 0.75% -
XYZ 29.09 18.83 26.53 -
YUV 120.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 191 81 139 0 0.58 0.27 0.25 328.36 0.46 0.53
Hex BF 51 8B 0 3A 1B 19 148 2E 35
Octal 277 121 213 0 72 33 31 510 56 65
Binary 10111111 1010001 10001011 0 111010 11011 11001 101001000 101110 110101

Color Harmonies of #BF518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF518B

Black with #BF518B

Text Example


Text Example

White with #BF518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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