Html Css Color HEX #B312D9 Deep Magenta

📋 copy color: '#B312D9'

red 179 ◦ green 18 ◦ blue 217

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

Shades of Deep Magenta #B312D9

Tints of Deep Magenta #B312D9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.35%

 BLUE value IS 217 (85.16% from 255) = 52.42%

R = 43.24%
G = 4.35%
B = 52.42%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B312D9 (or 0xB312D9) is known color: Deep Magenta. HEX triplet: B3, 12 and D9. RGB value is (179,18,217). Sum of RGB (Red+Green+Blue) = 179+18+217=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #B312D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312D9 is #4CED26. Grayscale: #585858. Windows color (decimal): -5041447 or 14226099. OLE color: 14226099.

HSL color Cylindrical-coordinate representation of color #B312D9: hue angle of 288.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B312D9 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 18 217 -
CMYK 0.18 0.92 0 0.15
HSL 288.54º 0.85% 0.46% -
HSV(B) 288.54º 0.92% 0.85% -
XYZ 31.33 15.03 66.89 -
YUV 88.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 179 18 217 0.18 0.92 0 0.15 288.54 0.85 0.46
Hex B3 12 D9 12 5C 0 F 121 55 2E
Octal 263 22 331 22 134 0 17 441 125 56
Binary 10110011 10010 11011001 10010 1011100 0 1111 100100001 1010101 101110

Color Harmonies of #B312D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312D9

Black with #B312D9

Text Example


Text Example

White with #B312D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312D9; }

 p { color: rgb(179,18,217); }

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

background-color css

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

 a { background-color: rgb(179,18,217); }

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

border-color css

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

 span { border-color: rgb(179,18,217); }

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