Html Css Color HEX #BF1FAB Medium Violet Red

📋 copy color: '#BF1FAB'

red 191 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #BF1FAB

Tints of Medium Violet Red #BF1FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.89%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 48.6%
G = 7.89%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF1FAB (or 0xBF1FAB) is known color: Medium Violet Red. HEX triplet: BF, 1F and AB. RGB value is (191,31,171). Sum of RGB (Red+Green+Blue) = 191+31+171=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1FAB is #40E054. Grayscale: #5E5E5E. Windows color (decimal): -4251733 or 11214783. OLE color: 11214783.

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

Color convert

RGB 191 31 171 -
CMYK 0 0.84 0.10 0.25
HSL 307.5º 0.72% 0.44% -
HSV(B) 307.5º 0.84% 0.75% -
XYZ 29.33 15 39.88 -
YUV 94.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 191 31 171 0 0.84 0.10 0.25 307.5 0.72 0.44
Hex BF 1F AB 0 54 A 19 134 48 2C
Octal 277 37 253 0 124 12 31 464 110 54
Binary 10111111 11111 10101011 0 1010100 1010 11001 100110100 1001000 101100

Color Harmonies of #BF1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FAB

Black with #BF1FAB

Text Example


Text Example

White with #BF1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FAB; }

 p { color: rgb(191,31,171); }

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

background-color css

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

 a { background-color: rgb(191,31,171); }

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

border-color css

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

 span { border-color: rgb(191,31,171); }

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