Html Css Color HEX #B318AD Deep Magenta

📋 copy color: '#B318AD'

red 179 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #B318AD

Tints of Deep Magenta #B318AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 47.61%
G = 6.38%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B318AD (or 0xB318AD) is known color: Deep Magenta. HEX triplet: B3, 18 and AD. RGB value is (179,24,173). Sum of RGB (Red+Green+Blue) = 179+24+173=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B318AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318AD is #4CE752. Grayscale: #565656. Windows color (decimal): -5039955 or 11344051. OLE color: 11344051.

HSL color Cylindrical-coordinate representation of color #B318AD: hue angle of 302.32º degrees, saturation: 0.76, 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 #B318AD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 173 -
CMYK 0 0.87 0.03 0.30
HSL 302.32º 0.76% 0.4% -
HSV(B) 302.32º 0.87% 0.7% -
XYZ 26.46 13.25 40.7 -
YUV 87.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 179 24 173 0 0.87 0.03 0.30 302.32 0.76 0.4
Hex B3 18 AD 0 57 3 1E 12E 4C 28
Octal 263 30 255 0 127 3 36 456 114 50
Binary 10110011 11000 10101101 0 1010111 11 11110 100101110 1001100 101000

Color Harmonies of #B318AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318AD

Black with #B318AD

Text Example


Text Example

White with #B318AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318AD; }

 p { color: rgb(179,24,173); }

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

background-color css

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

 a { background-color: rgb(179,24,173); }

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

border-color css

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

 span { border-color: rgb(179,24,173); }

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