Html Css Color HEX #B216D2 Deep Magenta

📋 copy color: '#B216D2'

red 178 ◦ green 22 ◦ blue 210

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

Shades of Deep Magenta #B216D2

Tints of Deep Magenta #B216D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.22%

R = 43.41%
G = 5.37%
B = 51.22%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B216D2 (or 0xB216D2) is known color: Deep Magenta. HEX triplet: B2, 16 and D2. RGB value is (178,22,210). Sum of RGB (Red+Green+Blue) = 178+22+210=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #B216D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D2 is #4DE92D. Grayscale: #595959. Windows color (decimal): -5105966 or 13768370. OLE color: 13768370.

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

Color convert

RGB 178 22 210 -
CMYK 0.15 0.90 0 0.18
HSL 289.79º 0.81% 0.45% -
HSV(B) 289.79º 0.9% 0.82% -
XYZ 30.28 14.69 62.21 -
YUV 90.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 178 22 210 0.15 0.90 0 0.18 289.79 0.81 0.45
Hex B2 16 D2 F 5A 0 12 122 51 2D
Octal 262 26 322 17 132 0 22 442 121 55
Binary 10110010 10110 11010010 1111 1011010 0 10010 100100010 1010001 101101

Color Harmonies of #B216D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216D2

Black with #B216D2

Text Example


Text Example

White with #B216D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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