Html Css Color HEX #BF1EE0 Deep Magenta

📋 copy color: '#BF1EE0'

red 191 ◦ green 30 ◦ blue 224

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

Shades of Deep Magenta #BF1EE0

Tints of Deep Magenta #BF1EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 224 (87.89% from 255) = 50.34%

R = 42.92%
G = 6.74%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF1EE0 (or 0xBF1EE0) is known color: Deep Magenta. HEX triplet: BF, 1E and E0. RGB value is (191,30,224). Sum of RGB (Red+Green+Blue) = 191+30+224=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1EE0 is #40E11F. Grayscale: #636363. Windows color (decimal): -4251936 or 14687935. OLE color: 14687935.

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

Color convert

RGB 191 30 224 -
CMYK 0.15 0.87 0 0.12
HSL 289.79º 0.76% 0.5% -
HSV(B) 289.79º 0.87% 0.88% -
XYZ 35.4 17.39 72.01 -
YUV 100.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 191 30 224 0.15 0.87 0 0.12 289.79 0.76 0.5
Hex BF 1E E0 F 57 0 C 122 4C 32
Octal 277 36 340 17 127 0 14 442 114 62
Binary 10111111 11110 11100000 1111 1010111 0 1100 100100010 1001100 110010

Color Harmonies of #BF1EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EE0

Black with #BF1EE0

Text Example


Text Example

White with #BF1EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EE0; }

 p { color: rgb(191,30,224); }

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

background-color css

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

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

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

border-color css

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

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

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