Html Css Color HEX #BF4D82 Mulberry

📋 copy color: '#BF4D82'

red 191 ◦ green 77 ◦ blue 130

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

Shades of Mulberry #BF4D82

Tints of Mulberry #BF4D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

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

R = 47.99%
G = 19.35%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF4D82 (or 0xBF4D82) is known color: Mulberry. HEX triplet: BF, 4D and 82. RGB value is (191,77,130). Sum of RGB (Red+Green+Blue) = 191+77+130=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D82 is #40B27D. Grayscale: #757575. Windows color (decimal): -4239998 or 8539583. OLE color: 8539583.

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

Color convert

RGB 191 77 130 -
CMYK 0 0.60 0.32 0.25
HSL 332.11º 0.47% 0.53% -
HSV(B) 332.11º 0.6% 0.75% -
XYZ 28.17 18 23.11 -
YUV 117.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 191 77 130 0 0.60 0.32 0.25 332.11 0.47 0.53
Hex BF 4D 82 0 3C 20 19 14C 2F 35
Octal 277 115 202 0 74 40 31 514 57 65
Binary 10111111 1001101 10000010 0 111100 100000 11001 101001100 101111 110101

Color Harmonies of #BF4D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D82

Black with #BF4D82

Text Example


Text Example

White with #BF4D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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