Html Css Color HEX #BF499D Mulberry

📋 copy color: '#BF499D'

red 191 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #BF499D

Tints of Mulberry #BF499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 45.37%
G = 17.34%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF499D (or 0xBF499D) is known color: Mulberry. HEX triplet: BF, 49 and 9D. RGB value is (191,73,157). Sum of RGB (Red+Green+Blue) = 191+73+157=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499D is #40B662. Grayscale: #757575. Windows color (decimal): -4240995 or 10308031. OLE color: 10308031.

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

Color convert

RGB 191 73 157 -
CMYK 0 0.62 0.18 0.25
HSL 317.29º 0.48% 0.52% -
HSV(B) 317.29º 0.62% 0.75% -
XYZ 29.95 18.28 33.85 -
YUV 117.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 191 73 157 0 0.62 0.18 0.25 317.29 0.48 0.52
Hex BF 49 9D 0 3E 12 19 13D 30 34
Octal 277 111 235 0 76 22 31 475 60 64
Binary 10111111 1001001 10011101 0 111110 10010 11001 100111101 110000 110100

Color Harmonies of #BF499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499D

Black with #BF499D

Text Example


Text Example

White with #BF499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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