Html Css Color HEX #B216CF Deep Magenta

📋 copy color: '#B216CF'

red 178 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #B216CF

Tints of Deep Magenta #B216CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 43.73%
G = 5.41%
B = 50.86%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B216CF (or 0xB216CF) is known color: Deep Magenta. HEX triplet: B2, 16 and CF. RGB value is (178,22,207). Sum of RGB (Red+Green+Blue) = 178+22+207=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B216CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216CF is #4DE930. Grayscale: #595959. Windows color (decimal): -5105969 or 13571762. OLE color: 13571762.

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

Color convert

RGB 178 22 207 -
CMYK 0.14 0.89 0 0.19
HSL 290.59º 0.81% 0.45% -
HSV(B) 290.59º 0.89% 0.81% -
XYZ 29.91 14.54 60.26 -
YUV 89.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 178 22 207 0.14 0.89 0 0.19 290.59 0.81 0.45
Hex B2 16 CF E 59 0 13 123 51 2D
Octal 262 26 317 16 131 0 23 443 121 55
Binary 10110010 10110 11001111 1110 1011001 0 10011 100100011 1010001 101101

Color Harmonies of #B216CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216CF

Black with #B216CF

Text Example


Text Example

White with #B216CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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