Html Css Color HEX #BF5682 Mulberry

📋 copy color: '#BF5682'

red 191 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #BF5682

Tints of Mulberry #BF5682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 46.93%
G = 21.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF5682 (or 0xBF5682) is known color: Mulberry. HEX triplet: BF, 56 and 82. RGB value is (191,86,130). Sum of RGB (Red+Green+Blue) = 191+86+130=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5682 is #40A97D. Grayscale: #7A7A7A. Windows color (decimal): -4237694 or 8541887. OLE color: 8541887.

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

Color convert

RGB 191 86 130 -
CMYK 0 0.55 0.32 0.25
HSL 334.86º 0.45% 0.54% -
HSV(B) 334.86º 0.55% 0.75% -
XYZ 28.84 19.34 23.33 -
YUV 122.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 191 86 130 0 0.55 0.32 0.25 334.86 0.45 0.54
Hex BF 56 82 0 37 20 19 14F 2D 36
Octal 277 126 202 0 67 40 31 517 55 66
Binary 10111111 1010110 10000010 0 110111 100000 11001 101001111 101101 110110

Color Harmonies of #BF5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5682

Black with #BF5682

Text Example


Text Example

White with #BF5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5682; }

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

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

background-color css

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

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

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

border-color css

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

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

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