Html Css Color HEX #B319B9 Deep Magenta

📋 copy color: '#B319B9'

red 179 ◦ green 25 ◦ blue 185

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

Shades of Deep Magenta #B319B9

Tints of Deep Magenta #B319B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.56%

R = 46.02%
G = 6.43%
B = 47.56%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B319B9 (or 0xB319B9) is known color: Deep Magenta. HEX triplet: B3, 19 and B9. RGB value is (179,25,185). Sum of RGB (Red+Green+Blue) = 179+25+185=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #B319B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319B9 is #4CE646. Grayscale: #585858. Windows color (decimal): -5039687 or 12130739. OLE color: 12130739.

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

Color convert

RGB 179 25 185 -
CMYK 0.03 0.86 0 0.27
HSL 297.75º 0.76% 0.41% -
HSV(B) 297.75º 0.86% 0.73% -
XYZ 27.69 13.78 47.1 -
YUV 89.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 179 25 185 0.03 0.86 0 0.27 297.75 0.76 0.41
Hex B3 19 B9 3 56 0 1B 12A 4C 29
Octal 263 31 271 3 126 0 33 452 114 51
Binary 10110011 11001 10111001 11 1010110 0 11011 100101010 1001100 101001

Color Harmonies of #B319B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319B9

Black with #B319B9

Text Example


Text Example

White with #B319B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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