Html Css Color HEX #BF5087 Mulberry

📋 copy color: '#BF5087'

red 191 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #BF5087

Tints of Mulberry #BF5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 47.04%
G = 19.7%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF5087 (or 0xBF5087) is known color: Mulberry. HEX triplet: BF, 50 and 87. RGB value is (191,80,135). Sum of RGB (Red+Green+Blue) = 191+80+135=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5087 is #40AF78. Grayscale: #777777. Windows color (decimal): -4239225 or 8868031. OLE color: 8868031.

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

Color convert

RGB 191 80 135 -
CMYK 0 0.58 0.29 0.25
HSL 330.27º 0.46% 0.53% -
HSV(B) 330.27º 0.58% 0.75% -
XYZ 28.73 18.56 24.99 -
YUV 119.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 191 80 135 0 0.58 0.29 0.25 330.27 0.46 0.53
Hex BF 50 87 0 3A 1D 19 14A 2E 35
Octal 277 120 207 0 72 35 31 512 56 65
Binary 10111111 1010000 10000111 0 111010 11101 11001 101001010 101110 110101

Color Harmonies of #BF5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5087

Black with #BF5087

Text Example


Text Example

White with #BF5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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