Html Css Color HEX #BF06BF Deep Magenta

📋 copy color: '#BF06BF'

red 191 ◦ green 6 ◦ blue 191

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

Shades of Deep Magenta #BF06BF

Tints of Deep Magenta #BF06BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 49.23%
G = 1.55%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF06BF (or 0xBF06BF) is known color: Deep Magenta. HEX triplet: BF, 06 and BF. RGB value is (191,6,191). Sum of RGB (Red+Green+Blue) = 191+6+191=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06BF is #40F940. Grayscale: #515151. Windows color (decimal): -4258113 or 12519103. OLE color: 12519103.

HSL color Cylindrical-coordinate representation of color #BF06BF: hue angle of 300º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06BF is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 6 191 -
CMYK 0 0.97 0 0.25
HSL 300º 0.94% 0.39% -
HSV(B) 300º 0.97% 0.75% -
XYZ 30.95 14.97 50.55 -
YUV 82.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 191 6 191 0 0.97 0 0.25 300 0.94 0.39
Hex BF 6 BF 0 61 0 19 12C 5E 27
Octal 277 6 277 0 141 0 31 454 136 47
Binary 10111111 110 10111111 0 1100001 0 11001 100101100 1011110 100111

Color Harmonies of #BF06BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06BF

Black with #BF06BF

Text Example


Text Example

White with #BF06BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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