Html Css Color HEX #B216BA Deep Magenta

📋 copy color: '#B216BA'

red 178 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #B216BA

Tints of Deep Magenta #B216BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 46.11%
G = 5.7%
B = 48.19%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B216BA (or 0xB216BA) is known color: Deep Magenta. HEX triplet: B2, 16 and BA. RGB value is (178,22,186). Sum of RGB (Red+Green+Blue) = 178+22+186=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #B216BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216BA is #4DE945. Grayscale: #565656. Windows color (decimal): -5105990 or 12195506. OLE color: 12195506.

HSL color Cylindrical-coordinate representation of color #B216BA: hue angle of 297.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B216BA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 22 186 -
CMYK 0.04 0.88 0 0.27
HSL 297.07º 0.79% 0.41% -
HSV(B) 297.07º 0.88% 0.73% -
XYZ 27.51 13.58 47.63 -
YUV 87.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 178 22 186 0.04 0.88 0 0.27 297.07 0.79 0.41
Hex B2 16 BA 4 58 0 1B 129 4F 29
Octal 262 26 272 4 130 0 33 451 117 51
Binary 10110010 10110 10111010 100 1011000 0 11011 100101001 1001111 101001

Color Harmonies of #B216BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216BA

Black with #B216BA

Text Example


Text Example

White with #B216BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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