Html Css Color HEX #B417CC Deep Magenta

📋 copy color: '#B417CC'

red 180 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B417CC

Tints of Deep Magenta #B417CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 44.23%
G = 5.65%
B = 50.12%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B417CC (or 0xB417CC) is known color: Deep Magenta. HEX triplet: B4, 17 and CC. RGB value is (180,23,204). Sum of RGB (Red+Green+Blue) = 180+23+204=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B417CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417CC is #4BE833. Grayscale: #5A5A5A. Windows color (decimal): -4974644 or 13375412. OLE color: 13375412.

HSL color Cylindrical-coordinate representation of color #B417CC: hue angle of 292.04º 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 #B417CC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 23 204 -
CMYK 0.12 0.89 0 0.2
HSL 292.04º 0.8% 0.45% -
HSV(B) 292.04º 0.89% 0.8% -
XYZ 30.03 14.68 58.38 -
YUV 90.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 180 23 204 0.12 0.89 0 0.2 292.04 0.8 0.45
Hex B4 17 CC C 59 0 14 124 50 2D
Octal 264 27 314 14 131 0 24 444 120 55
Binary 10110100 10111 11001100 1100 1011001 0 10100 100100100 1010000 101101

Color Harmonies of #B417CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417CC

Black with #B417CC

Text Example


Text Example

White with #B417CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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