Html Css Color HEX #BF197C Medium Violet Red

📋 copy color: '#BF197C'

red 191 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #BF197C

Tints of Medium Violet Red #BF197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 56.18%
G = 7.35%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF197C (or 0xBF197C) is known color: Medium Violet Red. HEX triplet: BF, 19 and 7C. RGB value is (191,25,124). Sum of RGB (Red+Green+Blue) = 191+25+124=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF197C is #40E683. Grayscale: #555555. Windows color (decimal): -4253316 or 8133055. OLE color: 8133055.

HSL color Cylindrical-coordinate representation of color #BF197C: hue angle of 324.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF197C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 124 -
CMYK 0 0.87 0.35 0.25
HSL 324.22º 0.77% 0.42% -
HSV(B) 324.22º 0.87% 0.75% -
XYZ 25.47 13.23 20.28 -
YUV 85.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 191 25 124 0 0.87 0.35 0.25 324.22 0.77 0.42
Hex BF 19 7C 0 57 23 19 144 4D 2A
Octal 277 31 174 0 127 43 31 504 115 52
Binary 10111111 11001 1111100 0 1010111 100011 11001 101000100 1001101 101010

Color Harmonies of #BF197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF197C

Black with #BF197C

Text Example


Text Example

White with #BF197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF197C; }

 p { color: rgb(191,25,124); }

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

background-color css

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

 a { background-color: rgb(191,25,124); }

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

border-color css

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

 span { border-color: rgb(191,25,124); }

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