Html Css Color HEX #B316AC Deep Magenta

📋 copy color: '#B316AC'

red 179 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #B316AC

Tints of Deep Magenta #B316AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 47.99%
G = 5.9%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B316AC (or 0xB316AC) is known color: Deep Magenta. HEX triplet: B3, 16 and AC. RGB value is (179,22,172). Sum of RGB (Red+Green+Blue) = 179+22+172=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B316AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316AC is #4CE953. Grayscale: #555555. Windows color (decimal): -5040468 or 11278003. OLE color: 11278003.

HSL color Cylindrical-coordinate representation of color #B316AC: hue angle of 302.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316AC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 172 -
CMYK 0 0.88 0.04 0.30
HSL 302.68º 0.78% 0.39% -
HSV(B) 302.68º 0.88% 0.7% -
XYZ 26.32 13.14 40.18 -
YUV 86.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 179 22 172 0 0.88 0.04 0.30 302.68 0.78 0.39
Hex B3 16 AC 0 58 4 1E 12F 4E 27
Octal 263 26 254 0 130 4 36 457 116 47
Binary 10110011 10110 10101100 0 1011000 100 11110 100101111 1001110 100111

Color Harmonies of #B316AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316AC

Black with #B316AC

Text Example


Text Example

White with #B316AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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