Html Css Color HEX #B312AC Deep Magenta

📋 copy color: '#B312AC'

red 179 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #B312AC

Tints of Deep Magenta #B312AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 48.51%
G = 4.88%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B312AC (or 0xB312AC) is known color: Deep Magenta. HEX triplet: B3, 12 and AC. RGB value is (179,18,172). Sum of RGB (Red+Green+Blue) = 179+18+172=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B312AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312AC is #4CED53. Grayscale: #535353. Windows color (decimal): -5041492 or 11276979. OLE color: 11276979.

HSL color Cylindrical-coordinate representation of color #B312AC: hue angle of 302.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B312AC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 172 -
CMYK 0 0.90 0.04 0.30
HSL 302.61º 0.82% 0.39% -
HSV(B) 302.61º 0.9% 0.7% -
XYZ 26.25 12.99 40.15 -
YUV 83.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 179 18 172 0 0.90 0.04 0.30 302.61 0.82 0.39
Hex B3 12 AC 0 5A 4 1E 12F 52 27
Octal 263 22 254 0 132 4 36 457 122 47
Binary 10110011 10010 10101100 0 1011010 100 11110 100101111 1010010 100111

Color Harmonies of #B312AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312AC

Black with #B312AC

Text Example


Text Example

White with #B312AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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