Html Css Color HEX #B316AD Deep Magenta

📋 copy color: '#B316AD'

red 179 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #B316AD

Tints of Deep Magenta #B316AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 47.86%
G = 5.88%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B316AD (or 0xB316AD) is known color: Deep Magenta. HEX triplet: B3, 16 and AD. RGB value is (179,22,173). Sum of RGB (Red+Green+Blue) = 179+22+173=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B316AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316AD is #4CE952. Grayscale: #555555. Windows color (decimal): -5040467 or 11343539. OLE color: 11343539.

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

Color convert

RGB 179 22 173 -
CMYK 0 0.88 0.03 0.30
HSL 302.29º 0.78% 0.39% -
HSV(B) 302.29º 0.88% 0.7% -
XYZ 26.42 13.17 40.69 -
YUV 86.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 179 22 173 0 0.88 0.03 0.30 302.29 0.78 0.39
Hex B3 16 AD 0 58 3 1E 12E 4E 27
Octal 263 26 255 0 130 3 36 456 116 47
Binary 10110011 10110 10101101 0 1011000 11 11110 100101110 1001110 100111

Color Harmonies of #B316AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316AD

Black with #B316AD

Text Example


Text Example

White with #B316AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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