Html Css Color HEX #B315AC Deep Magenta

📋 copy color: '#B315AC'

red 179 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #B315AC

Tints of Deep Magenta #B315AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

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

R = 48.12%
G = 5.65%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B315AC (or 0xB315AC) is known color: Deep Magenta. HEX triplet: B3, 15 and AC. RGB value is (179,21,172). Sum of RGB (Red+Green+Blue) = 179+21+172=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B315AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315AC is #4CEA53. Grayscale: #555555. Windows color (decimal): -5040724 or 11277747. OLE color: 11277747.

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

Color convert

RGB 179 21 172 -
CMYK 0 0.88 0.04 0.30
HSL 302.66º 0.79% 0.39% -
HSV(B) 302.66º 0.88% 0.7% -
XYZ 26.3 13.1 40.17 -
YUV 85.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 179 21 172 0 0.88 0.04 0.30 302.66 0.79 0.39
Hex B3 15 AC 0 58 4 1E 12F 4F 27
Octal 263 25 254 0 130 4 36 457 117 47
Binary 10110011 10101 10101100 0 1011000 100 11110 100101111 1001111 100111

Color Harmonies of #B315AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315AC

Black with #B315AC

Text Example


Text Example

White with #B315AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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