Html Css Color HEX #BF4280 Mulberry

📋 copy color: '#BF4280'

red 191 ◦ green 66 ◦ blue 128

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

Shades of Mulberry #BF4280

Tints of Mulberry #BF4280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 49.61%
G = 17.14%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF4280 (or 0xBF4280) is known color: Mulberry. HEX triplet: BF, 42 and 80. RGB value is (191,66,128). Sum of RGB (Red+Green+Blue) = 191+66+128=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4280 is #40BD7F. Grayscale: #6E6E6E. Windows color (decimal): -4242816 or 8405695. OLE color: 8405695.

HSL color Cylindrical-coordinate representation of color #BF4280: hue angle of 330.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4280 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 66 128 -
CMYK 0 0.65 0.33 0.25
HSL 330.24º 0.49% 0.5% -
HSV(B) 330.24º 0.65% 0.75% -
XYZ 27.33 16.53 22.17 -
YUV 110.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 191 66 128 0 0.65 0.33 0.25 330.24 0.49 0.5
Hex BF 42 80 0 41 21 19 14A 31 32
Octal 277 102 200 0 101 41 31 512 61 62
Binary 10111111 1000010 10000000 0 1000001 100001 11001 101001010 110001 110010

Color Harmonies of #BF4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4280

Black with #BF4280

Text Example


Text Example

White with #BF4280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4280; }

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

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

background-color css

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

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

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

border-color css

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

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

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