Html Css Color HEX #BF5085 Mulberry

📋 copy color: '#BF5085'

red 191 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #BF5085

Tints of Mulberry #BF5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 47.28%
G = 19.8%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF5085 (or 0xBF5085) is known color: Mulberry. HEX triplet: BF, 50 and 85. RGB value is (191,80,133). Sum of RGB (Red+Green+Blue) = 191+80+133=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5085 is #40AF7A. Grayscale: #777777. Windows color (decimal): -4239227 or 8736959. OLE color: 8736959.

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

Color convert

RGB 191 80 133 -
CMYK 0 0.58 0.30 0.25
HSL 331.35º 0.46% 0.53% -
HSV(B) 331.35º 0.58% 0.75% -
XYZ 28.59 18.51 24.26 -
YUV 119.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 191 80 133 0 0.58 0.30 0.25 331.35 0.46 0.53
Hex BF 50 85 0 3A 1E 19 14B 2E 35
Octal 277 120 205 0 72 36 31 513 56 65
Binary 10111111 1010000 10000101 0 111010 11110 11001 101001011 101110 110101

Color Harmonies of #BF5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5085

Black with #BF5085

Text Example


Text Example

White with #BF5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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