Html Css Color HEX #B417DD Deep Magenta

📋 copy color: '#B417DD'

red 180 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #B417DD

Tints of Deep Magenta #B417DD

RGB

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

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

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

R = 42.45%
G = 5.42%
B = 52.12%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B417DD (or 0xB417DD) is known color: Deep Magenta. HEX triplet: B4, 17 and DD. RGB value is (180,23,221). Sum of RGB (Red+Green+Blue) = 180+23+221=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B417DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417DD is #4BE822. Grayscale: #5B5B5B. Windows color (decimal): -4974627 or 14489524. OLE color: 14489524.

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

Color convert

RGB 180 23 221 -
CMYK 0.19 0.90 0 0.13
HSL 287.58º 0.81% 0.48% -
HSV(B) 287.58º 0.9% 0.87% -
XYZ 32.18 15.54 69.71 -
YUV 92.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 180 23 221 0.19 0.90 0 0.13 287.58 0.81 0.48
Hex B4 17 DD 13 5A 0 D 120 51 30
Octal 264 27 335 23 132 0 15 440 121 60
Binary 10110100 10111 11011101 10011 1011010 0 1101 100100000 1010001 110000

Color Harmonies of #B417DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417DD

Black with #B417DD

Text Example


Text Example

White with #B417DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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