Html Css Color HEX #BF5982 Mulberry

📋 copy color: '#BF5982'

red 191 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #BF5982

Tints of Mulberry #BF5982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 46.59%
G = 21.71%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF5982 (or 0xBF5982) is known color: Mulberry. HEX triplet: BF, 59 and 82. RGB value is (191,89,130). Sum of RGB (Red+Green+Blue) = 191+89+130=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5982 is #40A67D. Grayscale: #7C7C7C. Windows color (decimal): -4236926 or 8542655. OLE color: 8542655.

HSL color Cylindrical-coordinate representation of color #BF5982: hue angle of 335.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5982 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 89 130 -
CMYK 0 0.53 0.32 0.25
HSL 335.88º 0.44% 0.55% -
HSV(B) 335.88º 0.53% 0.75% -
XYZ 29.09 19.83 23.41 -
YUV 124.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 191 89 130 0 0.53 0.32 0.25 335.88 0.44 0.55
Hex BF 59 82 0 35 20 19 150 2C 37
Octal 277 131 202 0 65 40 31 520 54 67
Binary 10111111 1011001 10000010 0 110101 100000 11001 101010000 101100 110111

Color Harmonies of #BF5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5982

Black with #BF5982

Text Example


Text Example

White with #BF5982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5982; }

 p { color: rgb(191,89,130); }

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

background-color css

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

 a { background-color: rgb(191,89,130); }

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

border-color css

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

 span { border-color: rgb(191,89,130); }

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