Html Css Color HEX #BF1195 Medium Violet Red

📋 copy color: '#BF1195'

red 191 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #BF1195

Tints of Medium Violet Red #BF1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 53.5%
G = 4.76%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF1195 (or 0xBF1195) is known color: Medium Violet Red. HEX triplet: BF, 11 and 95. RGB value is (191,17,149). Sum of RGB (Red+Green+Blue) = 191+17+149=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1195 is #40EE6A. Grayscale: #535353. Windows color (decimal): -4255339 or 9769407. OLE color: 9769407.

HSL color Cylindrical-coordinate representation of color #BF1195: hue angle of 314.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1195 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 149 -
CMYK 0 0.91 0.22 0.25
HSL 314.48º 0.84% 0.41% -
HSV(B) 314.48º 0.91% 0.75% -
XYZ 27.11 13.65 29.64 -
YUV 84.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 191 17 149 0 0.91 0.22 0.25 314.48 0.84 0.41
Hex BF 11 95 0 5B 16 19 13A 54 29
Octal 277 21 225 0 133 26 31 472 124 51
Binary 10111111 10001 10010101 0 1011011 10110 11001 100111010 1010100 101001

Color Harmonies of #BF1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1195

Black with #BF1195

Text Example


Text Example

White with #BF1195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1195; }

 p { color: rgb(191,17,149); }

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

background-color css

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

 a { background-color: rgb(191,17,149); }

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

border-color css

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

 span { border-color: rgb(191,17,149); }

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