Html Css Color HEX #B313AC Deep Magenta

📋 copy color: '#B313AC'

red 179 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #B313AC

Tints of Deep Magenta #B313AC

RGB

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

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

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

R = 48.38%
G = 5.14%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B313AC (or 0xB313AC) is known color: Deep Magenta. HEX triplet: B3, 13 and AC. RGB value is (179,19,172). Sum of RGB (Red+Green+Blue) = 179+19+172=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B313AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313AC is #4CEC53. Grayscale: #535353. Windows color (decimal): -5041236 or 11277235. OLE color: 11277235.

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

Color convert

RGB 179 19 172 -
CMYK 0 0.89 0.04 0.30
HSL 302.63º 0.81% 0.39% -
HSV(B) 302.63º 0.89% 0.7% -
XYZ 26.27 13.03 40.16 -
YUV 84.28 177.51 195.56 -
System Red Green Blue C M Y K H S L
Decimal 179 19 172 0 0.89 0.04 0.30 302.63 0.81 0.39
Hex B3 13 AC 0 59 4 1E 12F 51 27
Octal 263 23 254 0 131 4 36 457 121 47
Binary 10110011 10011 10101100 0 1011001 100 11110 100101111 1010001 100111

Color Harmonies of #B313AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313AC

Black with #B313AC

Text Example


Text Example

White with #B313AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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