Html Css Color HEX #BF499A Mulberry

📋 copy color: '#BF499A'

red 191 ◦ green 73 ◦ blue 154

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

Shades of Mulberry #BF499A

Tints of Mulberry #BF499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 45.69%
G = 17.46%
B = 36.84%

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

#BF499A (or 0xBF499A) is known color: Mulberry. HEX triplet: BF, 49 and 9A. RGB value is (191,73,154). Sum of RGB (Red+Green+Blue) = 191+73+154=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499A is #40B665. Grayscale: #757575. Windows color (decimal): -4240998 or 10111423. OLE color: 10111423.

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

Color convert

RGB 191 73 154 -
CMYK 0 0.62 0.19 0.25
HSL 318.81º 0.48% 0.52% -
HSV(B) 318.81º 0.62% 0.75% -
XYZ 29.7 18.17 32.51 -
YUV 117.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 191 73 154 0 0.62 0.19 0.25 318.81 0.48 0.52
Hex BF 49 9A 0 3E 13 19 13F 30 34
Octal 277 111 232 0 76 23 31 477 60 64
Binary 10111111 1001001 10011010 0 111110 10011 11001 100111111 110000 110100

Color Harmonies of #BF499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499A

Black with #BF499A

Text Example


Text Example

White with #BF499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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