Html Css Color HEX #BF1FAF Deep Magenta

📋 copy color: '#BF1FAF'

red 191 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #BF1FAF

Tints of Deep Magenta #BF1FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 48.11%
G = 7.81%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF1FAF (or 0xBF1FAF) is known color: Deep Magenta. HEX triplet: BF, 1F and AF. RGB value is (191,31,175). Sum of RGB (Red+Green+Blue) = 191+31+175=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1FAF is #40E050. Grayscale: #5E5E5E. Windows color (decimal): -4251729 or 11476927. OLE color: 11476927.

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

Color convert

RGB 191 31 175 -
CMYK 0 0.84 0.08 0.25
HSL 306º 0.72% 0.44% -
HSV(B) 306º 0.84% 0.75% -
XYZ 29.71 15.15 41.92 -
YUV 95.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 191 31 175 0 0.84 0.08 0.25 306 0.72 0.44
Hex BF 1F AF 0 54 8 19 132 48 2C
Octal 277 37 257 0 124 10 31 462 110 54
Binary 10111111 11111 10101111 0 1010100 1000 11001 100110010 1001000 101100

Color Harmonies of #BF1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FAF

Black with #BF1FAF

Text Example


Text Example

White with #BF1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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