Html Css Color HEX #BF17CF Deep Magenta

📋 copy color: '#BF17CF'

red 191 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #BF17CF

Tints of Deep Magenta #BF17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 45.37%
G = 5.46%
B = 49.17%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF17CF (or 0xBF17CF) is known color: Deep Magenta. HEX triplet: BF, 17 and CF. RGB value is (191,23,207). Sum of RGB (Red+Green+Blue) = 191+23+207=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17CF is #40E830. Grayscale: #5D5D5D. Windows color (decimal): -4253745 or 13572031. OLE color: 13572031.

HSL color Cylindrical-coordinate representation of color #BF17CF: hue angle of 294.78º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17CF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 23 207 -
CMYK 0.08 0.89 0 0.19
HSL 294.78º 0.8% 0.45% -
HSV(B) 294.78º 0.89% 0.81% -
XYZ 33.05 16.19 60.42 -
YUV 94.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 191 23 207 0.08 0.89 0 0.19 294.78 0.8 0.45
Hex BF 17 CF 8 59 0 13 127 50 2D
Octal 277 27 317 10 131 0 23 447 120 55
Binary 10111111 10111 11001111 1000 1011001 0 10011 100100111 1010000 101101

Color Harmonies of #BF17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17CF

Black with #BF17CF

Text Example


Text Example

White with #BF17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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