Html Css Color HEX #B318AF Deep Magenta

📋 copy color: '#B318AF'

red 179 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #B318AF

Tints of Deep Magenta #B318AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 47.35%
G = 6.35%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B318AF (or 0xB318AF) is known color: Deep Magenta. HEX triplet: B3, 18 and AF. RGB value is (179,24,175). Sum of RGB (Red+Green+Blue) = 179+24+175=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B318AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318AF is #4CE750. Grayscale: #575757. Windows color (decimal): -5039953 or 11475123. OLE color: 11475123.

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

Color convert

RGB 179 24 175 -
CMYK 0 0.87 0.02 0.30
HSL 301.55º 0.76% 0.4% -
HSV(B) 301.55º 0.87% 0.7% -
XYZ 26.65 13.33 41.73 -
YUV 87.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 179 24 175 0 0.87 0.02 0.30 301.55 0.76 0.4
Hex B3 18 AF 0 57 2 1E 12E 4C 28
Octal 263 30 257 0 127 2 36 456 114 50
Binary 10110011 11000 10101111 0 1010111 10 11110 100101110 1001100 101000

Color Harmonies of #B318AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318AF

Black with #B318AF

Text Example


Text Example

White with #B318AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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