Html Css Color HEX #BF497F Mulberry

📋 copy color: '#BF497F'

red 191 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #BF497F

Tints of Mulberry #BF497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 48.85%
G = 18.67%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF497F (or 0xBF497F) is known color: Mulberry. HEX triplet: BF, 49 and 7F. RGB value is (191,73,127). Sum of RGB (Red+Green+Blue) = 191+73+127=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF497F is #40B680. Grayscale: #727272. Windows color (decimal): -4241025 or 8341951. OLE color: 8341951.

HSL color Cylindrical-coordinate representation of color #BF497F: hue angle of 332.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF497F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 127 -
CMYK 0 0.62 0.34 0.25
HSL 332.54º 0.48% 0.52% -
HSV(B) 332.54º 0.62% 0.75% -
XYZ 27.7 17.37 21.97 -
YUV 114.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 191 73 127 0 0.62 0.34 0.25 332.54 0.48 0.52
Hex BF 49 7F 0 3E 22 19 14D 30 34
Octal 277 111 177 0 76 42 31 515 60 64
Binary 10111111 1001001 1111111 0 111110 100010 11001 101001101 110000 110100

Color Harmonies of #BF497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF497F

Black with #BF497F

Text Example


Text Example

White with #BF497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF497F; }

 p { color: rgb(191,73,127); }

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

background-color css

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

 a { background-color: rgb(191,73,127); }

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

border-color css

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

 span { border-color: rgb(191,73,127); }

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