Html Css Color HEX #BF00DC Deep Magenta

📋 copy color: '#BF00DC'

red 191 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #BF00DC

Tints of Deep Magenta #BF00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.47%
G = 0%
B = 53.53%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF00DC (or 0xBF00DC) is known color: Deep Magenta. HEX triplet: BF, 00 and DC. RGB value is (191,0,220). Sum of RGB (Red+Green+Blue) = 191+0+220=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00DC is #40FF23. Grayscale: #515151. Windows color (decimal): -4259620 or 14418111. OLE color: 14418111.

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

Color convert

RGB 191 0 220 -
CMYK 0.13 1 0 0.14
HSL 292.09º 1% 0.43% -
HSV(B) 292.09º 1% 0.86% -
XYZ 34.4 16.24 69.03 -
YUV 82.19 205.78 205.61 -
System Red Green Blue C M Y K H S L
Decimal 191 0 220 0.13 1 0 0.14 292.09 1 0.43
Hex BF 0 DC D 64 0 E 124 64 2B
Octal 277 0 334 15 144 0 16 444 144 53
Binary 10111111 0 11011100 1101 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BF00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00DC

Black with #BF00DC

Text Example


Text Example

White with #BF00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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