Html Css Color HEX #BF1DDB Deep Magenta

📋 copy color: '#BF1DDB'

red 191 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #BF1DDB

Tints of Deep Magenta #BF1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.61%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 43.51%
G = 6.61%
B = 49.89%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF1DDB (or 0xBF1DDB) is known color: Deep Magenta. HEX triplet: BF, 1D and DB. RGB value is (191,29,219). Sum of RGB (Red+Green+Blue) = 191+29+219=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DDB is #40E224. Grayscale: #626262. Windows color (decimal): -4252197 or 14359999. OLE color: 14359999.

HSL color Cylindrical-coordinate representation of color #BF1DDB: hue angle of 291.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1DDB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 29 219 -
CMYK 0.13 0.87 0 0.14
HSL 291.16º 0.77% 0.49% -
HSV(B) 291.16º 0.87% 0.86% -
XYZ 34.71 17.07 68.48 -
YUV 99.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 191 29 219 0.13 0.87 0 0.14 291.16 0.77 0.49
Hex BF 1D DB D 57 0 E 123 4D 31
Octal 277 35 333 15 127 0 16 443 115 61
Binary 10111111 11101 11011011 1101 1010111 0 1110 100100011 1001101 110001

Color Harmonies of #BF1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DDB

Black with #BF1DDB

Text Example


Text Example

White with #BF1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DDB; }

 p { color: rgb(191,29,219); }

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

background-color css

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

 a { background-color: rgb(191,29,219); }

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

border-color css

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

 span { border-color: rgb(191,29,219); }

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