Html Css Color HEX #BF4D80 Mulberry

📋 copy color: '#BF4D80'

red 191 ◦ green 77 ◦ blue 128

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

Shades of Mulberry #BF4D80

Tints of Mulberry #BF4D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 48.23%
G = 19.44%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF4D80 (or 0xBF4D80) is known color: Mulberry. HEX triplet: BF, 4D and 80. RGB value is (191,77,128). Sum of RGB (Red+Green+Blue) = 191+77+128=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D80 is #40B27F. Grayscale: #747474. Windows color (decimal): -4240000 or 8408511. OLE color: 8408511.

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

Color convert

RGB 191 77 128 -
CMYK 0 0.60 0.33 0.25
HSL 333.16º 0.47% 0.53% -
HSV(B) 333.16º 0.6% 0.75% -
XYZ 28.04 17.94 22.41 -
YUV 116.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 191 77 128 0 0.60 0.33 0.25 333.16 0.47 0.53
Hex BF 4D 80 0 3C 21 19 14D 2F 35
Octal 277 115 200 0 74 41 31 515 57 65
Binary 10111111 1001101 10000000 0 111100 100001 11001 101001101 101111 110101

Color Harmonies of #BF4D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D80

Black with #BF4D80

Text Example


Text Example

White with #BF4D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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