Html Css Color HEX #B314AF Deep Magenta

📋 copy color: '#B314AF'

red 179 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #B314AF

Tints of Deep Magenta #B314AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 47.86%
G = 5.35%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B314AF (or 0xB314AF) is known color: Deep Magenta. HEX triplet: B3, 14 and AF. RGB value is (179,20,175). Sum of RGB (Red+Green+Blue) = 179+20+175=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B314AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314AF is #4CEB50. Grayscale: #545454. Windows color (decimal): -5040977 or 11474099. OLE color: 11474099.

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

Color convert

RGB 179 20 175 -
CMYK 0 0.89 0.02 0.30
HSL 301.51º 0.8% 0.39% -
HSV(B) 301.51º 0.89% 0.7% -
XYZ 26.58 13.18 41.7 -
YUV 85.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 179 20 175 0 0.89 0.02 0.30 301.51 0.8 0.39
Hex B3 14 AF 0 59 2 1E 12E 50 27
Octal 263 24 257 0 131 2 36 456 120 47
Binary 10110011 10100 10101111 0 1011001 10 11110 100101110 1010000 100111

Color Harmonies of #B314AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314AF

Black with #B314AF

Text Example


Text Example

White with #B314AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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