Html Css Color HEX #B417CE Deep Magenta

📋 copy color: '#B417CE'

red 180 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #B417CE

Tints of Deep Magenta #B417CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 44.01%
G = 5.62%
B = 50.37%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B417CE (or 0xB417CE) is known color: Deep Magenta. HEX triplet: B4, 17 and CE. RGB value is (180,23,206). Sum of RGB (Red+Green+Blue) = 180+23+206=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #B417CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417CE is #4BE831. Grayscale: #5A5A5A. Windows color (decimal): -4974642 or 13506484. OLE color: 13506484.

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

Color convert

RGB 180 23 206 -
CMYK 0.13 0.89 0 0.19
HSL 291.48º 0.8% 0.45% -
HSV(B) 291.48º 0.89% 0.81% -
XYZ 30.27 14.77 59.65 -
YUV 90.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 180 23 206 0.13 0.89 0 0.19 291.48 0.8 0.45
Hex B4 17 CE D 59 0 13 123 50 2D
Octal 264 27 316 15 131 0 23 443 120 55
Binary 10110100 10111 11001110 1101 1011001 0 10011 100100011 1010000 101101

Color Harmonies of #B417CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417CE

Black with #B417CE

Text Example


Text Example

White with #B417CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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