Html Css Color HEX #BF499E Mulberry

📋 copy color: '#BF499E'

red 191 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #BF499E

Tints of Mulberry #BF499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 45.26%
G = 17.3%
B = 37.44%

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

#BF499E (or 0xBF499E) is known color: Mulberry. HEX triplet: BF, 49 and 9E. RGB value is (191,73,158). Sum of RGB (Red+Green+Blue) = 191+73+158=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499E is #40B661. Grayscale: #757575. Windows color (decimal): -4240994 or 10373567. OLE color: 10373567.

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

Color convert

RGB 191 73 158 -
CMYK 0 0.62 0.17 0.25
HSL 316.78º 0.48% 0.52% -
HSV(B) 316.78º 0.62% 0.75% -
XYZ 30.04 18.31 34.3 -
YUV 117.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 191 73 158 0 0.62 0.17 0.25 316.78 0.48 0.52
Hex BF 49 9E 0 3E 11 19 13D 30 34
Octal 277 111 236 0 76 21 31 475 60 64
Binary 10111111 1001001 10011110 0 111110 10001 11001 100111101 110000 110100

Color Harmonies of #BF499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499E

Black with #BF499E

Text Example


Text Example

White with #BF499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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