Html Css Color HEX #BF197F Medium Violet Red

📋 copy color: '#BF197F'

red 191 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #BF197F

Tints of Medium Violet Red #BF197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 55.69%
G = 7.29%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF197F (or 0xBF197F) is known color: Medium Violet Red. HEX triplet: BF, 19 and 7F. RGB value is (191,25,127). Sum of RGB (Red+Green+Blue) = 191+25+127=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF197F is #40E680. Grayscale: #565656. Windows color (decimal): -4253313 or 8329663. OLE color: 8329663.

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

Color convert

RGB 191 25 127 -
CMYK 0 0.87 0.34 0.25
HSL 323.13º 0.77% 0.42% -
HSV(B) 323.13º 0.87% 0.75% -
XYZ 25.66 13.3 21.29 -
YUV 86.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 191 25 127 0 0.87 0.34 0.25 323.13 0.77 0.42
Hex BF 19 7F 0 57 22 19 143 4D 2A
Octal 277 31 177 0 127 42 31 503 115 52
Binary 10111111 11001 1111111 0 1010111 100010 11001 101000011 1001101 101010

Color Harmonies of #BF197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF197F

Black with #BF197F

Text Example


Text Example

White with #BF197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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