Html Css Color HEX #B917DC Deep Magenta

📋 copy color: '#B917DC'

red 185 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #B917DC

Tints of Deep Magenta #B917DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 43.22%
G = 5.37%
B = 51.4%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B917DC (or 0xB917DC) is known color: Deep Magenta. HEX triplet: B9, 17 and DC. RGB value is (185,23,220). Sum of RGB (Red+Green+Blue) = 185+23+220=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #B917DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917DC is #46E823. Grayscale: #5D5D5D. Windows color (decimal): -4646948 or 14423993. OLE color: 14423993.

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

Color convert

RGB 185 23 220 -
CMYK 0.16 0.90 0 0.14
HSL 289.34º 0.81% 0.48% -
HSV(B) 289.34º 0.9% 0.86% -
XYZ 33.23 16.09 69.07 -
YUV 93.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 185 23 220 0.16 0.90 0 0.14 289.34 0.81 0.48
Hex B9 17 DC 10 5A 0 E 121 51 30
Octal 271 27 334 20 132 0 16 441 121 60
Binary 10111001 10111 11011100 10000 1011010 0 1110 100100001 1010001 110000

Color Harmonies of #B917DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917DC

Black with #B917DC

Text Example


Text Example

White with #B917DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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