Html Css Color HEX #BF499F Mulberry

📋 copy color: '#BF499F'

red 191 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #BF499F

Tints of Mulberry #BF499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 45.15%
G = 17.26%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF499F (or 0xBF499F) is known color: Mulberry. HEX triplet: BF, 49 and 9F. RGB value is (191,73,159). Sum of RGB (Red+Green+Blue) = 191+73+159=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499F is #40B660. Grayscale: #757575. Windows color (decimal): -4240993 or 10439103. OLE color: 10439103.

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

Color convert

RGB 191 73 159 -
CMYK 0 0.62 0.17 0.25
HSL 316.27º 0.48% 0.52% -
HSV(B) 316.27º 0.62% 0.75% -
XYZ 30.13 18.34 34.75 -
YUV 118.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 191 73 159 0 0.62 0.17 0.25 316.27 0.48 0.52
Hex BF 49 9F 0 3E 11 19 13C 30 34
Octal 277 111 237 0 76 21 31 474 60 64
Binary 10111111 1001001 10011111 0 111110 10001 11001 100111100 110000 110100

Color Harmonies of #BF499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499F

Black with #BF499F

Text Example


Text Example

White with #BF499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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