Html Css Color HEX #B314AD Deep Magenta

📋 copy color: '#B314AD'

red 179 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #B314AD

Tints of Deep Magenta #B314AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 48.12%
G = 5.38%
B = 46.51%

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

#B314AD (or 0xB314AD) is known color: Deep Magenta. HEX triplet: B3, 14 and AD. RGB value is (179,20,173). Sum of RGB (Red+Green+Blue) = 179+20+173=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B314AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314AD is #4CEB52. Grayscale: #545454. Windows color (decimal): -5040979 or 11343027. OLE color: 11343027.

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

Color convert

RGB 179 20 173 -
CMYK 0 0.89 0.03 0.30
HSL 302.26º 0.8% 0.39% -
HSV(B) 302.26º 0.89% 0.7% -
XYZ 26.38 13.1 40.67 -
YUV 84.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 179 20 173 0 0.89 0.03 0.30 302.26 0.8 0.39
Hex B3 14 AD 0 59 3 1E 12E 50 27
Octal 263 24 255 0 131 3 36 456 120 47
Binary 10110011 10100 10101101 0 1011001 11 11110 100101110 1010000 100111

Color Harmonies of #B314AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314AD

Black with #B314AD

Text Example


Text Example

White with #B314AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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