Html Css Color HEX #BF4C80 Mulberry

📋 copy color: '#BF4C80'

red 191 ◦ green 76 ◦ blue 128

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

Shades of Mulberry #BF4C80

Tints of Mulberry #BF4C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

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

R = 48.35%
G = 19.24%
B = 32.41%

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

#BF4C80 (or 0xBF4C80) is known color: Mulberry. HEX triplet: BF, 4C and 80. RGB value is (191,76,128). Sum of RGB (Red+Green+Blue) = 191+76+128=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C80 is #40B37F. Grayscale: #747474. Windows color (decimal): -4240256 or 8408255. OLE color: 8408255.

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

Color convert

RGB 191 76 128 -
CMYK 0 0.60 0.33 0.25
HSL 332.87º 0.47% 0.52% -
HSV(B) 332.87º 0.6% 0.75% -
XYZ 27.97 17.8 22.38 -
YUV 116.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 191 76 128 0 0.60 0.33 0.25 332.87 0.47 0.52
Hex BF 4C 80 0 3C 21 19 14D 2F 34
Octal 277 114 200 0 74 41 31 515 57 64
Binary 10111111 1001100 10000000 0 111100 100001 11001 101001101 101111 110100

Color Harmonies of #BF4C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C80

Black with #BF4C80

Text Example


Text Example

White with #BF4C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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