Html Css Color HEX #B416CD Deep Magenta

📋 copy color: '#B416CD'

red 180 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #B416CD

Tints of Deep Magenta #B416CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 44.23%
G = 5.41%
B = 50.37%

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

#B416CD (or 0xB416CD) is known color: Deep Magenta. HEX triplet: B4, 16 and CD. RGB value is (180,22,205). Sum of RGB (Red+Green+Blue) = 180+22+205=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #B416CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416CD is #4BE932. Grayscale: #595959. Windows color (decimal): -4974899 or 13440692. OLE color: 13440692.

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

Color convert

RGB 180 22 205 -
CMYK 0.12 0.89 0 0.20
HSL 291.8º 0.81% 0.45% -
HSV(B) 291.8º 0.89% 0.8% -
XYZ 30.13 14.68 59 -
YUV 90.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 180 22 205 0.12 0.89 0 0.20 291.8 0.81 0.45
Hex B4 16 CD C 59 0 14 124 51 2D
Octal 264 26 315 14 131 0 24 444 121 55
Binary 10110100 10110 11001101 1100 1011001 0 10100 100100100 1010001 101101

Color Harmonies of #B416CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416CD

Black with #B416CD

Text Example


Text Example

White with #B416CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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