Html Css Color HEX #B216D0 Deep Magenta

📋 copy color: '#B216D0'

red 178 ◦ green 22 ◦ blue 208

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

Shades of Deep Magenta #B216D0

Tints of Deep Magenta #B216D0

RGB

 RED value IS 178 (69.92% from 255) = 43.63%

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

 BLUE value IS 208 (81.64% from 255) = 50.98%

R = 43.63%
G = 5.39%
B = 50.98%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B216D0 (or 0xB216D0) is known color: Deep Magenta. HEX triplet: B2, 16 and D0. RGB value is (178,22,208). Sum of RGB (Red+Green+Blue) = 178+22+208=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #B216D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D0 is #4DE92F. Grayscale: #595959. Windows color (decimal): -5105968 or 13637298. OLE color: 13637298.

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

Color convert

RGB 178 22 208 -
CMYK 0.14 0.89 0 0.18
HSL 290.32º 0.81% 0.45% -
HSV(B) 290.32º 0.89% 0.82% -
XYZ 30.03 14.59 60.91 -
YUV 89.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 178 22 208 0.14 0.89 0 0.18 290.32 0.81 0.45
Hex B2 16 D0 E 59 0 12 122 51 2D
Octal 262 26 320 16 131 0 22 442 121 55
Binary 10110010 10110 11010000 1110 1011001 0 10010 100100010 1010001 101101

Color Harmonies of #B216D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216D0

Black with #B216D0

Text Example


Text Example

White with #B216D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216D0; }

 p { color: rgb(178,22,208); }

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

background-color css

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

 a { background-color: rgb(178,22,208); }

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

border-color css

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

 span { border-color: rgb(178,22,208); }

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