Html Css Color HEX #B316BA Deep Magenta

📋 copy color: '#B316BA'

red 179 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #B316BA

Tints of Deep Magenta #B316BA

RGB

 RED value IS 179 (70.31% from 255) = 46.25%

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

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

R = 46.25%
G = 5.68%
B = 48.06%

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

#B316BA (or 0xB316BA) is known color: Deep Magenta. HEX triplet: B3, 16 and BA. RGB value is (179,22,186). Sum of RGB (Red+Green+Blue) = 179+22+186=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B316BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316BA is #4CE945. Grayscale: #575757. Windows color (decimal): -5040454 or 12195507. OLE color: 12195507.

HSL color Cylindrical-coordinate representation of color #B316BA: hue angle of 297.44º 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 #B316BA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 22 186 -
CMYK 0.04 0.88 0 0.27
HSL 297.44º 0.79% 0.41% -
HSV(B) 297.44º 0.88% 0.73% -
XYZ 27.74 13.7 47.64 -
YUV 87.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 179 22 186 0.04 0.88 0 0.27 297.44 0.79 0.41
Hex B3 16 BA 4 58 0 1B 129 4F 29
Octal 263 26 272 4 130 0 33 451 117 51
Binary 10110011 10110 10111010 100 1011000 0 11011 100101001 1001111 101001

Color Harmonies of #B316BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316BA

Black with #B316BA

Text Example


Text Example

White with #B316BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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