Html Css Color HEX #BF499C Mulberry

📋 copy color: '#BF499C'

red 191 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #BF499C

Tints of Mulberry #BF499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 45.48%
G = 17.38%
B = 37.14%

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

#BF499C (or 0xBF499C) is known color: Mulberry. HEX triplet: BF, 49 and 9C. RGB value is (191,73,156). Sum of RGB (Red+Green+Blue) = 191+73+156=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF499C is #40B663. Grayscale: #757575. Windows color (decimal): -4240996 or 10242495. OLE color: 10242495.

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

Color convert

RGB 191 73 156 -
CMYK 0 0.62 0.18 0.25
HSL 317.8º 0.48% 0.52% -
HSV(B) 317.8º 0.62% 0.75% -
XYZ 29.87 18.24 33.4 -
YUV 117.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 191 73 156 0 0.62 0.18 0.25 317.8 0.48 0.52
Hex BF 49 9C 0 3E 12 19 13E 30 34
Octal 277 111 234 0 76 22 31 476 60 64
Binary 10111111 1001001 10011100 0 111110 10010 11001 100111110 110000 110100

Color Harmonies of #BF499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF499C

Black with #BF499C

Text Example


Text Example

White with #BF499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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