Html Css Color HEX #B318AB Deep Magenta

📋 copy color: '#B318AB'

red 179 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #B318AB

Tints of Deep Magenta #B318AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 47.86%
G = 6.42%
B = 45.72%

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

#B318AB (or 0xB318AB) is known color: Deep Magenta. HEX triplet: B3, 18 and AB. RGB value is (179,24,171). Sum of RGB (Red+Green+Blue) = 179+24+171=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B318AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318AB is #4CE754. Grayscale: #565656. Windows color (decimal): -5039957 or 11212979. OLE color: 11212979.

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

Color convert

RGB 179 24 171 -
CMYK 0 0.87 0.04 0.30
HSL 303.1º 0.76% 0.4% -
HSV(B) 303.1º 0.87% 0.7% -
XYZ 26.27 13.18 39.69 -
YUV 87.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 179 24 171 0 0.87 0.04 0.30 303.1 0.76 0.4
Hex B3 18 AB 0 57 4 1E 12F 4C 28
Octal 263 30 253 0 127 4 36 457 114 50
Binary 10110011 11000 10101011 0 1010111 100 11110 100101111 1001100 101000

Color Harmonies of #B318AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318AB

Black with #B318AB

Text Example


Text Example

White with #B318AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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