Html Css Color HEX #BF0497 Medium Violet Red

📋 copy color: '#BF0497'

red 191 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #BF0497

Tints of Medium Violet Red #BF0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 55.2%
G = 1.16%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF0497 (or 0xBF0497) is known color: Medium Violet Red. HEX triplet: BF, 04 and 97. RGB value is (191,4,151). Sum of RGB (Red+Green+Blue) = 191+4+151=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0497 is #40FB68. Grayscale: #4C4C4C. Windows color (decimal): -4258665 or 9897151. OLE color: 9897151.

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

Color convert

RGB 191 4 151 -
CMYK 0 0.98 0.21 0.25
HSL 312.83º 0.96% 0.38% -
HSV(B) 312.83º 0.98% 0.75% -
XYZ 27.12 13.4 30.44 -
YUV 76.67 169.95 209.55 -
System Red Green Blue C M Y K H S L
Decimal 191 4 151 0 0.98 0.21 0.25 312.83 0.96 0.38
Hex BF 4 97 0 62 15 19 139 60 26
Octal 277 4 227 0 142 25 31 471 140 46
Binary 10111111 100 10010111 0 1100010 10101 11001 100111001 1100000 100110

Color Harmonies of #BF0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0497

Black with #BF0497

Text Example


Text Example

White with #BF0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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