Html Css Color HEX #B417D8 Deep Magenta

📋 copy color: '#B417D8'

red 180 ◦ green 23 ◦ blue 216

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

Shades of Deep Magenta #B417D8

Tints of Deep Magenta #B417D8

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

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

 BLUE value IS 216 (84.77% from 255) = 51.55%

R = 42.96%
G = 5.49%
B = 51.55%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B417D8 (or 0xB417D8) is known color: Deep Magenta. HEX triplet: B4, 17 and D8. RGB value is (180,23,216). Sum of RGB (Red+Green+Blue) = 180+23+216=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #B417D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417D8 is #4BE827. Grayscale: #5B5B5B. Windows color (decimal): -4974632 or 14161844. OLE color: 14161844.

HSL color Cylindrical-coordinate representation of color #B417D8: hue angle of 288.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417D8 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 23 216 -
CMYK 0.17 0.89 0 0.15
HSL 288.81º 0.81% 0.47% -
HSV(B) 288.81º 0.89% 0.85% -
XYZ 31.52 15.27 66.25 -
YUV 91.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 180 23 216 0.17 0.89 0 0.15 288.81 0.81 0.47
Hex B4 17 D8 11 59 0 F 121 51 2F
Octal 264 27 330 21 131 0 17 441 121 57
Binary 10110100 10111 11011000 10001 1011001 0 1111 100100001 1010001 101111

Color Harmonies of #B417D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417D8

Black with #B417D8

Text Example


Text Example

White with #B417D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417D8; }

 p { color: rgb(180,23,216); }

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

background-color css

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

 a { background-color: rgb(180,23,216); }

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

border-color css

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

 span { border-color: rgb(180,23,216); }

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