Html Css Color HEX #B917D6 Deep Magenta

📋 copy color: '#B917D6'

red 185 ◦ green 23 ◦ blue 214

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

Shades of Deep Magenta #B917D6

Tints of Deep Magenta #B917D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.71%

R = 43.84%
G = 5.45%
B = 50.71%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B917D6 (or 0xB917D6) is known color: Deep Magenta. HEX triplet: B9, 17 and D6. RGB value is (185,23,214). Sum of RGB (Red+Green+Blue) = 185+23+214=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #B917D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917D6 is #46E829. Grayscale: #5C5C5C. Windows color (decimal): -4646954 or 14030777. OLE color: 14030777.

HSL color Cylindrical-coordinate representation of color #B917D6: hue angle of 290.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B917D6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 23 214 -
CMYK 0.14 0.89 0 0.16
HSL 290.89º 0.81% 0.46% -
HSV(B) 290.89º 0.89% 0.84% -
XYZ 32.45 15.78 64.95 -
YUV 93.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 185 23 214 0.14 0.89 0 0.16 290.89 0.81 0.46
Hex B9 17 D6 E 59 0 10 123 51 2E
Octal 271 27 326 16 131 0 20 443 121 56
Binary 10111001 10111 11010110 1110 1011001 0 10000 100100011 1010001 101110

Color Harmonies of #B917D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917D6

Black with #B917D6

Text Example


Text Example

White with #B917D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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