Html Css Color HEX #BF07DC Deep Magenta

📋 copy color: '#BF07DC'

red 191 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #BF07DC

Tints of Deep Magenta #BF07DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 45.69%
G = 1.67%
B = 52.63%

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

#BF07DC (or 0xBF07DC) is known color: Deep Magenta. HEX triplet: BF, 07 and DC. RGB value is (191,7,220). Sum of RGB (Red+Green+Blue) = 191+7+220=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF07DC is #40F823. Grayscale: #555555. Windows color (decimal): -4257828 or 14419903. OLE color: 14419903.

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

Color convert

RGB 191 7 220 -
CMYK 0.13 0.97 0 0.14
HSL 291.83º 0.94% 0.45% -
HSV(B) 291.83º 0.97% 0.86% -
XYZ 34.48 16.4 69.06 -
YUV 86.3 203.46 202.68 -
System Red Green Blue C M Y K H S L
Decimal 191 7 220 0.13 0.97 0 0.14 291.83 0.94 0.45
Hex BF 7 DC D 61 0 E 124 5E 2D
Octal 277 7 334 15 141 0 16 444 136 55
Binary 10111111 111 11011100 1101 1100001 0 1110 100100100 1011110 101101

Color Harmonies of #BF07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07DC

Black with #BF07DC

Text Example


Text Example

White with #BF07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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