Html Css Color HEX #BF5497 Mulberry

📋 copy color: '#BF5497'

red 191 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #BF5497

Tints of Mulberry #BF5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.72%

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 44.84%
G = 19.72%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF5497 (or 0xBF5497) is known color: Mulberry. HEX triplet: BF, 54 and 97. RGB value is (191,84,151). Sum of RGB (Red+Green+Blue) = 191+84+151=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5497 is #40AB68. Grayscale: #7B7B7B. Windows color (decimal): -4238185 or 9917631. OLE color: 9917631.

HSL color Cylindrical-coordinate representation of color #BF5497: hue angle of 322.43º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5497 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 84 151 -
CMYK 0 0.56 0.21 0.25
HSL 322.43º 0.46% 0.54% -
HSV(B) 322.43º 0.56% 0.75% -
XYZ 30.24 19.65 31.48 -
YUV 123.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 191 84 151 0 0.56 0.21 0.25 322.43 0.46 0.54
Hex BF 54 97 0 38 15 19 142 2E 36
Octal 277 124 227 0 70 25 31 502 56 66
Binary 10111111 1010100 10010111 0 111000 10101 11001 101000010 101110 110110

Color Harmonies of #BF5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5497

Black with #BF5497

Text Example


Text Example

White with #BF5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5497; }

 p { color: rgb(191,84,151); }

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

background-color css

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

 a { background-color: rgb(191,84,151); }

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

border-color css

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

 span { border-color: rgb(191,84,151); }

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