Html Css Color HEX #BF4F82 Mulberry

📋 copy color: '#BF4F82'

red 191 ◦ green 79 ◦ blue 130

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

Shades of Mulberry #BF4F82

Tints of Mulberry #BF4F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 47.75%
G = 19.75%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4F82 (or 0xBF4F82) is known color: Mulberry. HEX triplet: BF, 4F and 82. RGB value is (191,79,130). Sum of RGB (Red+Green+Blue) = 191+79+130=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F82 is #40B07D. Grayscale: #767676. Windows color (decimal): -4239486 or 8540095. OLE color: 8540095.

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

Color convert

RGB 191 79 130 -
CMYK 0 0.59 0.32 0.25
HSL 332.68º 0.47% 0.53% -
HSV(B) 332.68º 0.59% 0.75% -
XYZ 28.31 18.28 23.16 -
YUV 118.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 191 79 130 0 0.59 0.32 0.25 332.68 0.47 0.53
Hex BF 4F 82 0 3B 20 19 14D 2F 35
Octal 277 117 202 0 73 40 31 515 57 65
Binary 10111111 1001111 10000010 0 111011 100000 11001 101001101 101111 110101

Color Harmonies of #BF4F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4F82

Black with #BF4F82

Text Example


Text Example

White with #BF4F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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