Html Css Color HEX #B917DF Deep Magenta

📋 copy color: '#B917DF'

red 185 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #B917DF

Tints of Deep Magenta #B917DF

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 42.92%
G = 5.34%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B917DF (or 0xB917DF) is known color: Deep Magenta. HEX triplet: B9, 17 and DF. RGB value is (185,23,223). Sum of RGB (Red+Green+Blue) = 185+23+223=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B917DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917DF is #46E820. Grayscale: #5D5D5D. Windows color (decimal): -4646945 or 14620601. OLE color: 14620601.

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

Color convert

RGB 185 23 223 -
CMYK 0.17 0.90 0 0.13
HSL 288.6º 0.81% 0.48% -
HSV(B) 288.6º 0.9% 0.87% -
XYZ 33.63 16.25 71.18 -
YUV 94.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 185 23 223 0.17 0.90 0 0.13 288.6 0.81 0.48
Hex B9 17 DF 11 5A 0 D 121 51 30
Octal 271 27 337 21 132 0 15 441 121 60
Binary 10111001 10111 11011111 10001 1011010 0 1101 100100001 1010001 110000

Color Harmonies of #B917DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917DF

Black with #B917DF

Text Example


Text Example

White with #B917DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917DF; }

 p { color: rgb(185,23,223); }

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

background-color css

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

 a { background-color: rgb(185,23,223); }

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

border-color css

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

 span { border-color: rgb(185,23,223); }

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