Html Css Color HEX #B416CE Deep Magenta

📋 copy color: '#B416CE'

red 180 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #B416CE

Tints of Deep Magenta #B416CE

RGB

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

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

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

R = 44.12%
G = 5.39%
B = 50.49%

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

#B416CE (or 0xB416CE) is known color: Deep Magenta. HEX triplet: B4, 16 and CE. RGB value is (180,22,206). Sum of RGB (Red+Green+Blue) = 180+22+206=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B416CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416CE is #4BE931. Grayscale: #595959. Windows color (decimal): -4974898 or 13506228. OLE color: 13506228.

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

Color convert

RGB 180 22 206 -
CMYK 0.13 0.89 0 0.19
HSL 291.52º 0.81% 0.45% -
HSV(B) 291.52º 0.89% 0.81% -
XYZ 30.25 14.73 59.64 -
YUV 90.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 180 22 206 0.13 0.89 0 0.19 291.52 0.81 0.45
Hex B4 16 CE D 59 0 13 124 51 2D
Octal 264 26 316 15 131 0 23 444 121 55
Binary 10110100 10110 11001110 1101 1011001 0 10011 100100100 1010001 101101

Color Harmonies of #B416CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416CE

Black with #B416CE

Text Example


Text Example

White with #B416CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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