Html Css Color HEX #B319BA Deep Magenta

📋 copy color: '#B319BA'

red 179 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #B319BA

Tints of Deep Magenta #B319BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 45.9%
G = 6.41%
B = 47.69%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B319BA (or 0xB319BA) is known color: Deep Magenta. HEX triplet: B3, 19 and BA. RGB value is (179,25,186). Sum of RGB (Red+Green+Blue) = 179+25+186=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B319BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319BA is #4CE645. Grayscale: #585858. Windows color (decimal): -5039686 or 12196275. OLE color: 12196275.

HSL color Cylindrical-coordinate representation of color #B319BA: hue angle of 297.39º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B319BA is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 25 186 -
CMYK 0.04 0.87 0 0.27
HSL 297.39º 0.76% 0.41% -
HSV(B) 297.39º 0.87% 0.73% -
XYZ 27.8 13.82 47.66 -
YUV 89.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 179 25 186 0.04 0.87 0 0.27 297.39 0.76 0.41
Hex B3 19 BA 4 57 0 1B 129 4C 29
Octal 263 31 272 4 127 0 33 451 114 51
Binary 10110011 11001 10111010 100 1010111 0 11011 100101001 1001100 101001

Color Harmonies of #B319BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319BA

Black with #B319BA

Text Example


Text Example

White with #B319BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319BA; }

 p { color: rgb(179,25,186); }

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

background-color css

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

 a { background-color: rgb(179,25,186); }

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

border-color css

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

 span { border-color: rgb(179,25,186); }

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