Html Css Color HEX #BF198E Medium Violet Red

📋 copy color: '#BF198E'

red 191 ◦ green 25 ◦ blue 142

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

Shades of Medium Violet Red #BF198E

Tints of Medium Violet Red #BF198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 53.35%
G = 6.98%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF198E (or 0xBF198E) is known color: Medium Violet Red. HEX triplet: BF, 19 and 8E. RGB value is (191,25,142). Sum of RGB (Red+Green+Blue) = 191+25+142=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF198E is #40E671. Grayscale: #575757. Windows color (decimal): -4253298 or 9312703. OLE color: 9312703.

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

Color convert

RGB 191 25 142 -
CMYK 0 0.87 0.26 0.25
HSL 317.71º 0.77% 0.42% -
HSV(B) 317.71º 0.87% 0.75% -
XYZ 26.72 13.72 26.83 -
YUV 87.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 191 25 142 0 0.87 0.26 0.25 317.71 0.77 0.42
Hex BF 19 8E 0 57 1A 19 13E 4D 2A
Octal 277 31 216 0 127 32 31 476 115 52
Binary 10111111 11001 10001110 0 1010111 11010 11001 100111110 1001101 101010

Color Harmonies of #BF198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF198E

Black with #BF198E

Text Example


Text Example

White with #BF198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF198E; }

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

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

background-color css

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

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

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

border-color css

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

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

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