Html Css Color HEX #B417CD Deep Magenta

📋 copy color: '#B417CD'

red 180 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #B417CD

Tints of Deep Magenta #B417CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 44.12%
G = 5.64%
B = 50.25%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B417CD (or 0xB417CD) is known color: Deep Magenta. HEX triplet: B4, 17 and CD. RGB value is (180,23,205). Sum of RGB (Red+Green+Blue) = 180+23+205=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B417CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417CD is #4BE832. Grayscale: #5A5A5A. Windows color (decimal): -4974643 or 13440948. OLE color: 13440948.

HSL color Cylindrical-coordinate representation of color #B417CD: hue angle of 291.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417CD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 23 205 -
CMYK 0.12 0.89 0 0.20
HSL 291.76º 0.8% 0.45% -
HSV(B) 291.76º 0.89% 0.8% -
XYZ 30.15 14.72 59.01 -
YUV 90.69 192.51 191.7 -
System Red Green Blue C M Y K H S L
Decimal 180 23 205 0.12 0.89 0 0.20 291.76 0.8 0.45
Hex B4 17 CD C 59 0 14 124 50 2D
Octal 264 27 315 14 131 0 24 444 120 55
Binary 10110100 10111 11001101 1100 1011001 0 10100 100100100 1010000 101101

Color Harmonies of #B417CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417CD

Black with #B417CD

Text Example


Text Example

White with #B417CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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