Html Css Color HEX #B314BE Deep Magenta

📋 copy color: '#B314BE'

red 179 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #B314BE

Tints of Deep Magenta #B314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 46.02%
G = 5.14%
B = 48.84%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B314BE (or 0xB314BE) is known color: Deep Magenta. HEX triplet: B3, 14 and BE. RGB value is (179,20,190). Sum of RGB (Red+Green+Blue) = 179+20+190=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B314BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314BE is #4CEB41. Grayscale: #565656. Windows color (decimal): -5040962 or 12457139. OLE color: 12457139.

HSL color Cylindrical-coordinate representation of color #B314BE: hue angle of 296.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314BE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 20 190 -
CMYK 0.06 0.89 0 0.25
HSL 296.12º 0.81% 0.41% -
HSV(B) 296.12º 0.89% 0.75% -
XYZ 28.13 13.8 49.9 -
YUV 86.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 179 20 190 0.06 0.89 0 0.25 296.12 0.81 0.41
Hex B3 14 BE 6 59 0 19 128 51 29
Octal 263 24 276 6 131 0 31 450 121 51
Binary 10110011 10100 10111110 110 1011001 0 11001 100101000 1010001 101001

Color Harmonies of #B314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314BE

Black with #B314BE

Text Example


Text Example

White with #B314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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