Html Css Color HEX #BF17AF Deep Magenta

📋 copy color: '#BF17AF'

red 191 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #BF17AF

Tints of Deep Magenta #BF17AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 49.1%
G = 5.91%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF17AF (or 0xBF17AF) is known color: Deep Magenta. HEX triplet: BF, 17 and AF. RGB value is (191,23,175). Sum of RGB (Red+Green+Blue) = 191+23+175=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17AF is #40E850. Grayscale: #5A5A5A. Windows color (decimal): -4253777 or 11474879. OLE color: 11474879.

HSL color Cylindrical-coordinate representation of color #BF17AF: hue angle of 305.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17AF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 23 175 -
CMYK 0 0.88 0.08 0.25
HSL 305.71º 0.79% 0.42% -
HSV(B) 305.71º 0.88% 0.75% -
XYZ 29.53 14.78 41.85 -
YUV 90.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 191 23 175 0 0.88 0.08 0.25 305.71 0.79 0.42
Hex BF 17 AF 0 58 8 19 132 4F 2A
Octal 277 27 257 0 130 10 31 462 117 52
Binary 10111111 10111 10101111 0 1011000 1000 11001 100110010 1001111 101010

Color Harmonies of #BF17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17AF

Black with #BF17AF

Text Example


Text Example

White with #BF17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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