Html Css Color HEX #BF0FE1 Deep Magenta

📋 copy color: '#BF0FE1'

red 191 ◦ green 15 ◦ blue 225

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

Shades of Deep Magenta #BF0FE1

Tints of Deep Magenta #BF0FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 44.32%
G = 3.48%
B = 52.2%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF0FE1 (or 0xBF0FE1) is known color: Deep Magenta. HEX triplet: BF, 0F and E1. RGB value is (191,15,225). Sum of RGB (Red+Green+Blue) = 191+15+225=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF0FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FE1 is #40F01E. Grayscale: #5A5A5A. Windows color (decimal): -4255775 or 14749631. OLE color: 14749631.

HSL color Cylindrical-coordinate representation of color #BF0FE1: hue angle of 290.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FE1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 15 225 -
CMYK 0.15 0.93 0 0.12
HSL 290.29º 0.88% 0.47% -
HSV(B) 290.29º 0.93% 0.88% -
XYZ 35.25 16.85 72.63 -
YUV 91.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 191 15 225 0.15 0.93 0 0.12 290.29 0.88 0.47
Hex BF F E1 F 5D 0 C 122 58 2F
Octal 277 17 341 17 135 0 14 442 130 57
Binary 10111111 1111 11100001 1111 1011101 0 1100 100100010 1011000 101111

Color Harmonies of #BF0FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FE1

Black with #BF0FE1

Text Example


Text Example

White with #BF0FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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