Html Css Color HEX #BF17E0 Deep Magenta

📋 copy color: '#BF17E0'

red 191 ◦ green 23 ◦ blue 224

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

Shades of Deep Magenta #BF17E0

Tints of Deep Magenta #BF17E0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.25%

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

R = 43.61%
G = 5.25%
B = 51.14%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF17E0 (or 0xBF17E0) is known color: Deep Magenta. HEX triplet: BF, 17 and E0. RGB value is (191,23,224). Sum of RGB (Red+Green+Blue) = 191+23+224=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF17E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17E0 is #40E81F. Grayscale: #5F5F5F. Windows color (decimal): -4253728 or 14686143. OLE color: 14686143.

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

Color convert

RGB 191 23 224 -
CMYK 0.15 0.90 0 0.12
HSL 290.15º 0.81% 0.48% -
HSV(B) 290.15º 0.9% 0.88% -
XYZ 35.25 17.07 71.96 -
YUV 96.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 191 23 224 0.15 0.90 0 0.12 290.15 0.81 0.48
Hex BF 17 E0 F 5A 0 C 122 51 30
Octal 277 27 340 17 132 0 14 442 121 60
Binary 10111111 10111 11100000 1111 1011010 0 1100 100100010 1010001 110000

Color Harmonies of #BF17E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17E0

Black with #BF17E0

Text Example


Text Example

White with #BF17E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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