Html Css Color HEX #B317AC Deep Magenta

📋 copy color: '#B317AC'

red 179 ◦ green 23 ◦ blue 172

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

Shades of Deep Magenta #B317AC

Tints of Deep Magenta #B317AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

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

R = 47.86%
G = 6.15%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B317AC (or 0xB317AC) is known color: Deep Magenta. HEX triplet: B3, 17 and AC. RGB value is (179,23,172). Sum of RGB (Red+Green+Blue) = 179+23+172=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B317AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B317AC is #4CE853. Grayscale: #565656. Windows color (decimal): -5040212 or 11278259. OLE color: 11278259.

HSL color Cylindrical-coordinate representation of color #B317AC: hue angle of 302.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B317AC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 172 -
CMYK 0 0.87 0.04 0.30
HSL 302.69º 0.77% 0.4% -
HSV(B) 302.69º 0.87% 0.7% -
XYZ 26.34 13.18 40.18 -
YUV 86.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 179 23 172 0 0.87 0.04 0.30 302.69 0.77 0.4
Hex B3 17 AC 0 57 4 1E 12F 4D 28
Octal 263 27 254 0 127 4 36 457 115 50
Binary 10110011 10111 10101100 0 1010111 100 11110 100101111 1001101 101000

Color Harmonies of #B317AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317AC

Black with #B317AC

Text Example


Text Example

White with #B317AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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