Html Css Color HEX #B917DD Deep Magenta

📋 copy color: '#B917DD'

red 185 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #B917DD

Tints of Deep Magenta #B917DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 43.12%
G = 5.36%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B917DD (or 0xB917DD) is known color: Deep Magenta. HEX triplet: B9, 17 and DD. RGB value is (185,23,221). Sum of RGB (Red+Green+Blue) = 185+23+221=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #B917DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917DD is #46E822. Grayscale: #5D5D5D. Windows color (decimal): -4646947 or 14489529. OLE color: 14489529.

HSL color Cylindrical-coordinate representation of color #B917DD: hue angle of 289.09º 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 #B917DD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 23 221 -
CMYK 0.16 0.90 0 0.13
HSL 289.09º 0.81% 0.48% -
HSV(B) 289.09º 0.9% 0.87% -
XYZ 33.37 16.15 69.76 -
YUV 94.01 199.67 192.9 -
System Red Green Blue C M Y K H S L
Decimal 185 23 221 0.16 0.90 0 0.13 289.09 0.81 0.48
Hex B9 17 DD 10 5A 0 D 121 51 30
Octal 271 27 335 20 132 0 15 441 121 60
Binary 10111001 10111 11011101 10000 1011010 0 1101 100100001 1010001 110000

Color Harmonies of #B917DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917DD

Black with #B917DD

Text Example


Text Example

White with #B917DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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