Html Css Color HEX #B313AD Deep Magenta

📋 copy color: '#B313AD'

red 179 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #B313AD

Tints of Deep Magenta #B313AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 48.25%
G = 5.12%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B313AD (or 0xB313AD) is known color: Deep Magenta. HEX triplet: B3, 13 and AD. RGB value is (179,19,173). Sum of RGB (Red+Green+Blue) = 179+19+173=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B313AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313AD is #4CEC52. Grayscale: #535353. Windows color (decimal): -5041235 or 11342771. OLE color: 11342771.

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

Color convert

RGB 179 19 173 -
CMYK 0 0.89 0.03 0.30
HSL 302.25º 0.81% 0.39% -
HSV(B) 302.25º 0.89% 0.7% -
XYZ 26.37 13.07 40.67 -
YUV 84.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 179 19 173 0 0.89 0.03 0.30 302.25 0.81 0.39
Hex B3 13 AD 0 59 3 1E 12E 51 27
Octal 263 23 255 0 131 3 36 456 121 47
Binary 10110011 10011 10101101 0 1011001 11 11110 100101110 1010001 100111

Color Harmonies of #B313AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313AD

Black with #B313AD

Text Example


Text Example

White with #B313AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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