Html Css Color HEX #B313AA Deep Magenta

📋 copy color: '#B313AA'

red 179 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #B313AA

Tints of Deep Magenta #B313AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 48.64%
G = 5.16%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B313AA (or 0xB313AA) is known color: Deep Magenta. HEX triplet: B3, 13 and AA. RGB value is (179,19,170). Sum of RGB (Red+Green+Blue) = 179+19+170=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B313AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313AA is #4CEC55. Grayscale: #535353. Windows color (decimal): -5041238 or 11146163. OLE color: 11146163.

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

Color convert

RGB 179 19 170 -
CMYK 0 0.89 0.05 0.30
HSL 303.38º 0.81% 0.39% -
HSV(B) 303.38º 0.89% 0.7% -
XYZ 26.08 12.95 39.16 -
YUV 84.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 179 19 170 0 0.89 0.05 0.30 303.38 0.81 0.39
Hex B3 13 AA 0 59 5 1E 12F 51 27
Octal 263 23 252 0 131 5 36 457 121 47
Binary 10110011 10011 10101010 0 1011001 101 11110 100101111 1010001 100111

Color Harmonies of #B313AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313AA

Black with #B313AA

Text Example


Text Example

White with #B313AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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