Html Css Color HEX #BF1FB0 Deep Magenta

📋 copy color: '#BF1FB0'

red 191 ◦ green 31 ◦ blue 176

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

Shades of Deep Magenta #BF1FB0

Tints of Deep Magenta #BF1FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.22%

R = 47.99%
G = 7.79%
B = 44.22%

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

#BF1FB0 (or 0xBF1FB0) is known color: Deep Magenta. HEX triplet: BF, 1F and B0. RGB value is (191,31,176). Sum of RGB (Red+Green+Blue) = 191+31+176=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1FB0 is #40E04F. Grayscale: #5E5E5E. Windows color (decimal): -4251728 or 11542463. OLE color: 11542463.

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

Color convert

RGB 191 31 176 -
CMYK 0 0.84 0.08 0.25
HSL 305.63º 0.72% 0.44% -
HSV(B) 305.63º 0.84% 0.75% -
XYZ 29.81 15.19 42.44 -
YUV 95.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 191 31 176 0 0.84 0.08 0.25 305.63 0.72 0.44
Hex BF 1F B0 0 54 8 19 132 48 2C
Octal 277 37 260 0 124 10 31 462 110 54
Binary 10111111 11111 10110000 0 1010100 1000 11001 100110010 1001000 101100

Color Harmonies of #BF1FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FB0

Black with #BF1FB0

Text Example


Text Example

White with #BF1FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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