Html Css Color HEX #B417C9 Deep Magenta

📋 copy color: '#B417C9'

red 180 ◦ green 23 ◦ blue 201

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

Shades of Deep Magenta #B417C9

Tints of Deep Magenta #B417C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 44.55%
G = 5.69%
B = 49.75%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B417C9 (or 0xB417C9) is known color: Deep Magenta. HEX triplet: B4, 17 and C9. RGB value is (180,23,201). Sum of RGB (Red+Green+Blue) = 180+23+201=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #B417C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417C9 is #4BE836. Grayscale: #595959. Windows color (decimal): -4974647 or 13178804. OLE color: 13178804.

HSL color Cylindrical-coordinate representation of color #B417C9: hue angle of 292.92º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417C9 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 23 201 -
CMYK 0.10 0.89 0 0.21
HSL 292.92º 0.79% 0.44% -
HSV(B) 292.92º 0.89% 0.79% -
XYZ 29.67 14.53 56.5 -
YUV 90.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 180 23 201 0.10 0.89 0 0.21 292.92 0.79 0.44
Hex B4 17 C9 A 59 0 15 125 4F 2C
Octal 264 27 311 12 131 0 25 445 117 54
Binary 10110100 10111 11001001 1010 1011001 0 10101 100100101 1001111 101100

Color Harmonies of #B417C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417C9

Black with #B417C9

Text Example


Text Example

White with #B417C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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