Html Css Color HEX #BF5082 Mulberry

📋 copy color: '#BF5082'

red 191 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #BF5082

Tints of Mulberry #BF5082

RGB

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

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

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

R = 47.63%
G = 19.95%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF5082 (or 0xBF5082) is known color: Mulberry. HEX triplet: BF, 50 and 82. RGB value is (191,80,130). Sum of RGB (Red+Green+Blue) = 191+80+130=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5082 is #40AF7D. Grayscale: #767676. Windows color (decimal): -4239230 or 8540351. OLE color: 8540351.

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

Color convert

RGB 191 80 130 -
CMYK 0 0.58 0.32 0.25
HSL 332.97º 0.46% 0.53% -
HSV(B) 332.97º 0.58% 0.75% -
XYZ 28.38 18.43 23.18 -
YUV 118.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 191 80 130 0 0.58 0.32 0.25 332.97 0.46 0.53
Hex BF 50 82 0 3A 20 19 14D 2E 35
Octal 277 120 202 0 72 40 31 515 56 65
Binary 10111111 1010000 10000010 0 111010 100000 11001 101001101 101110 110101

Color Harmonies of #BF5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5082

Black with #BF5082

Text Example


Text Example

White with #BF5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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