Html Css Color HEX #BF498D Mulberry

📋 copy color: '#BF498D'

red 191 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #BF498D

Tints of Mulberry #BF498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 47.16%
G = 18.02%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF498D (or 0xBF498D) is known color: Mulberry. HEX triplet: BF, 49 and 8D. RGB value is (191,73,141). Sum of RGB (Red+Green+Blue) = 191+73+141=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF498D is #40B672. Grayscale: #737373. Windows color (decimal): -4241011 or 9259455. OLE color: 9259455.

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

Color convert

RGB 191 73 141 -
CMYK 0 0.62 0.26 0.25
HSL 325.42º 0.48% 0.52% -
HSV(B) 325.42º 0.62% 0.75% -
XYZ 28.68 17.76 27.12 -
YUV 116.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 191 73 141 0 0.62 0.26 0.25 325.42 0.48 0.52
Hex BF 49 8D 0 3E 1A 19 145 30 34
Octal 277 111 215 0 76 32 31 505 60 64
Binary 10111111 1001001 10001101 0 111110 11010 11001 101000101 110000 110100

Color Harmonies of #BF498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF498D

Black with #BF498D

Text Example


Text Example

White with #BF498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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