Html Css Color HEX #BF07DB Deep Magenta

📋 copy color: '#BF07DB'

red 191 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #BF07DB

Tints of Deep Magenta #BF07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 45.8%
G = 1.68%
B = 52.52%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF07DB (or 0xBF07DB) is known color: Deep Magenta. HEX triplet: BF, 07 and DB. RGB value is (191,7,219). Sum of RGB (Red+Green+Blue) = 191+7+219=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07DB is #40F824. Grayscale: #555555. Windows color (decimal): -4257829 or 14354367. OLE color: 14354367.

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

Color convert

RGB 191 7 219 -
CMYK 0.13 0.97 0 0.14
HSL 292.08º 0.94% 0.44% -
HSV(B) 292.08º 0.97% 0.86% -
XYZ 34.35 16.34 68.36 -
YUV 86.18 202.96 202.76 -
System Red Green Blue C M Y K H S L
Decimal 191 7 219 0.13 0.97 0 0.14 292.08 0.94 0.44
Hex BF 7 DB D 61 0 E 124 5E 2C
Octal 277 7 333 15 141 0 16 444 136 54
Binary 10111111 111 11011011 1101 1100001 0 1110 100100100 1011110 101100

Color Harmonies of #BF07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07DB

Black with #BF07DB

Text Example


Text Example

White with #BF07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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