Html Css Color HEX #B314B1 Deep Magenta

📋 copy color: '#B314B1'

red 179 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #B314B1

Tints of Deep Magenta #B314B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 47.61%
G = 5.32%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B314B1 (or 0xB314B1) is known color: Deep Magenta. HEX triplet: B3, 14 and B1. RGB value is (179,20,177). Sum of RGB (Red+Green+Blue) = 179+20+177=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B314B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314B1 is #4CEB4E. Grayscale: #545454. Windows color (decimal): -5040975 or 11605171. OLE color: 11605171.

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

Color convert

RGB 179 20 177 -
CMYK 0 0.89 0.01 0.30
HSL 300.75º 0.8% 0.39% -
HSV(B) 300.75º 0.89% 0.7% -
XYZ 26.78 13.26 42.74 -
YUV 85.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 179 20 177 0 0.89 0.01 0.30 300.75 0.8 0.39
Hex B3 14 B1 0 59 1 1E 12D 50 27
Octal 263 24 261 0 131 1 36 455 120 47
Binary 10110011 10100 10110001 0 1011001 1 11110 100101101 1010000 100111

Color Harmonies of #B314B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314B1

Black with #B314B1

Text Example


Text Example

White with #B314B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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