Html Css Color HEX #BF499B Mulberry

📋 copy color: '#BF499B'

red 191 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #BF499B

Tints of Mulberry #BF499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 45.58%
G = 17.42%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF499B (or 0xBF499B) is known color: Mulberry. HEX triplet: BF, 49 and 9B. RGB value is (191,73,155). Sum of RGB (Red+Green+Blue) = 191+73+155=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499B is #40B664. Grayscale: #757575. Windows color (decimal): -4240997 or 10176959. OLE color: 10176959.

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

Color convert

RGB 191 73 155 -
CMYK 0 0.62 0.19 0.25
HSL 318.31º 0.48% 0.52% -
HSV(B) 318.31º 0.62% 0.75% -
XYZ 29.78 18.21 32.96 -
YUV 117.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 191 73 155 0 0.62 0.19 0.25 318.31 0.48 0.52
Hex BF 49 9B 0 3E 13 19 13E 30 34
Octal 277 111 233 0 76 23 31 476 60 64
Binary 10111111 1001001 10011011 0 111110 10011 11001 100111110 110000 110100

Color Harmonies of #BF499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499B

Black with #BF499B

Text Example


Text Example

White with #BF499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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