Html Css Color HEX #B314AA Deep Magenta

📋 copy color: '#B314AA'

red 179 ◦ green 20 ◦ blue 170

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

Shades of Deep Magenta #B314AA

Tints of Deep Magenta #B314AA

RGB

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

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

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

R = 48.51%
G = 5.42%
B = 46.07%

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

#B314AA (or 0xB314AA) is known color: Deep Magenta. HEX triplet: B3, 14 and AA. RGB value is (179,20,170). Sum of RGB (Red+Green+Blue) = 179+20+170=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B314AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314AA is #4CEB55. Grayscale: #545454. Windows color (decimal): -5040982 or 11146419. OLE color: 11146419.

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

Color convert

RGB 179 20 170 -
CMYK 0 0.89 0.05 0.30
HSL 303.4º 0.8% 0.39% -
HSV(B) 303.4º 0.89% 0.7% -
XYZ 26.1 12.99 39.16 -
YUV 84.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 179 20 170 0 0.89 0.05 0.30 303.4 0.8 0.39
Hex B3 14 AA 0 59 5 1E 12F 50 27
Octal 263 24 252 0 131 5 36 457 120 47
Binary 10110011 10100 10101010 0 1011001 101 11110 100101111 1010000 100111

Color Harmonies of #B314AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314AA

Black with #B314AA

Text Example


Text Example

White with #B314AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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