Html Css Color HEX #BF0FBF Deep Magenta

📋 copy color: '#BF0FBF'

red 191 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #BF0FBF

Tints of Deep Magenta #BF0FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.78%

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

R = 48.11%
G = 3.78%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF0FBF (or 0xBF0FBF) is known color: Deep Magenta. HEX triplet: BF, 0F and BF. RGB value is (191,15,191). Sum of RGB (Red+Green+Blue) = 191+15+191=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FBF is #40F040. Grayscale: #575757. Windows color (decimal): -4255809 or 12521407. OLE color: 12521407.

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

Color convert

RGB 191 15 191 -
CMYK 0 0.92 0 0.25
HSL 300º 0.85% 0.4% -
HSV(B) 300º 0.92% 0.75% -
XYZ 31.06 15.18 50.58 -
YUV 87.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 191 15 191 0 0.92 0 0.25 300 0.85 0.4
Hex BF F BF 0 5C 0 19 12C 55 28
Octal 277 17 277 0 134 0 31 454 125 50
Binary 10111111 1111 10111111 0 1011100 0 11001 100101100 1010101 101000

Color Harmonies of #BF0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FBF

Black with #BF0FBF

Text Example


Text Example

White with #BF0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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