Html Css Color HEX #BF198D Medium Violet Red

📋 copy color: '#BF198D'

red 191 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #BF198D

Tints of Medium Violet Red #BF198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 53.5%
G = 7%
B = 39.5%

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

#BF198D (or 0xBF198D) is known color: Medium Violet Red. HEX triplet: BF, 19 and 8D. RGB value is (191,25,141). Sum of RGB (Red+Green+Blue) = 191+25+141=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF198D is #40E672. Grayscale: #575757. Windows color (decimal): -4253299 or 9247167. OLE color: 9247167.

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

Color convert

RGB 191 25 141 -
CMYK 0 0.87 0.26 0.25
HSL 318.07º 0.77% 0.42% -
HSV(B) 318.07º 0.87% 0.75% -
XYZ 26.64 13.69 26.44 -
YUV 87.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 191 25 141 0 0.87 0.26 0.25 318.07 0.77 0.42
Hex BF 19 8D 0 57 1A 19 13E 4D 2A
Octal 277 31 215 0 127 32 31 476 115 52
Binary 10111111 11001 10001101 0 1010111 11010 11001 100111110 1001101 101010

Color Harmonies of #BF198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF198D

Black with #BF198D

Text Example


Text Example

White with #BF198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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