Html Css Color HEX #BF1B9F Medium Violet Red

📋 copy color: '#BF1B9F'

red 191 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #BF1B9F

Tints of Medium Violet Red #BF1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 50.66%
G = 7.16%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF1B9F (or 0xBF1B9F) is known color: Medium Violet Red. HEX triplet: BF, 1B and 9F. RGB value is (191,27,159). Sum of RGB (Red+Green+Blue) = 191+27+159=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B9F is #40E460. Grayscale: #5A5A5A. Windows color (decimal): -4252769 or 10427327. OLE color: 10427327.

HSL color Cylindrical-coordinate representation of color #BF1B9F: hue angle of 311.71º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B9F is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 27 159 -
CMYK 0 0.86 0.17 0.25
HSL 311.71º 0.75% 0.43% -
HSV(B) 311.71º 0.86% 0.75% -
XYZ 28.14 14.36 34.09 -
YUV 91.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 191 27 159 0 0.86 0.17 0.25 311.71 0.75 0.43
Hex BF 1B 9F 0 56 11 19 138 4B 2B
Octal 277 33 237 0 126 21 31 470 113 53
Binary 10111111 11011 10011111 0 1010110 10001 11001 100111000 1001011 101011

Color Harmonies of #BF1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1B9F

Black with #BF1B9F

Text Example


Text Example

White with #BF1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1B9F; }

 p { color: rgb(191,27,159); }

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

background-color css

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

 a { background-color: rgb(191,27,159); }

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

border-color css

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

 span { border-color: rgb(191,27,159); }

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