Html Css Color HEX #BF16DB Deep Magenta

📋 copy color: '#BF16DB'

red 191 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #BF16DB

Tints of Deep Magenta #BF16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.09%

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

R = 44.21%
G = 5.09%
B = 50.69%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF16DB (or 0xBF16DB) is known color: Deep Magenta. HEX triplet: BF, 16 and DB. RGB value is (191,22,219). Sum of RGB (Red+Green+Blue) = 191+22+219=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16DB is #40E924. Grayscale: #5E5E5E. Windows color (decimal): -4253989 or 14358207. OLE color: 14358207.

HSL color Cylindrical-coordinate representation of color #BF16DB: hue angle of 291.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF16DB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 22 219 -
CMYK 0.13 0.90 0 0.14
HSL 291.47º 0.82% 0.47% -
HSV(B) 291.47º 0.9% 0.86% -
XYZ 34.56 16.76 68.43 -
YUV 94.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 191 22 219 0.13 0.90 0 0.14 291.47 0.82 0.47
Hex BF 16 DB D 5A 0 E 123 52 2F
Octal 277 26 333 15 132 0 16 443 122 57
Binary 10111111 10110 11011011 1101 1011010 0 1110 100100011 1010010 101111

Color Harmonies of #BF16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF16DB

Black with #BF16DB

Text Example


Text Example

White with #BF16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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