Html Css Color HEX #BF06DC Deep Magenta

📋 copy color: '#BF06DC'

red 191 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #BF06DC

Tints of Deep Magenta #BF06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 45.8%
G = 1.44%
B = 52.76%

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

#BF06DC (or 0xBF06DC) is known color: Deep Magenta. HEX triplet: BF, 06 and DC. RGB value is (191,6,220). Sum of RGB (Red+Green+Blue) = 191+6+220=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06DC is #40F923. Grayscale: #555555. Windows color (decimal): -4258084 or 14419647. OLE color: 14419647.

HSL color Cylindrical-coordinate representation of color #BF06DC: hue angle of 291.87º degrees, saturation: 0.95, 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 #BF06DC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 6 220 -
CMYK 0.13 0.97 0 0.14
HSL 291.87º 0.95% 0.44% -
HSV(B) 291.87º 0.97% 0.86% -
XYZ 34.47 16.37 69.05 -
YUV 85.71 203.79 203.1 -
System Red Green Blue C M Y K H S L
Decimal 191 6 220 0.13 0.97 0 0.14 291.87 0.95 0.44
Hex BF 6 DC D 61 0 E 124 5F 2C
Octal 277 6 334 15 141 0 16 444 137 54
Binary 10111111 110 11011100 1101 1100001 0 1110 100100100 1011111 101100

Color Harmonies of #BF06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06DC

Black with #BF06DC

Text Example


Text Example

White with #BF06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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