Html Css Color HEX #B315BA Deep Magenta

📋 copy color: '#B315BA'

red 179 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B315BA

Tints of Deep Magenta #B315BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 46.37%
G = 5.44%
B = 48.19%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B315BA (or 0xB315BA) is known color: Deep Magenta. HEX triplet: B3, 15 and BA. RGB value is (179,21,186). Sum of RGB (Red+Green+Blue) = 179+21+186=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #B315BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315BA is #4CEA45. Grayscale: #565656. Windows color (decimal): -5040710 or 12195251. OLE color: 12195251.

HSL color Cylindrical-coordinate representation of color #B315BA: hue angle of 297.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B315BA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 21 186 -
CMYK 0.04 0.89 0 0.27
HSL 297.45º 0.8% 0.41% -
HSV(B) 297.45º 0.89% 0.73% -
XYZ 27.72 13.67 47.63 -
YUV 87.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 179 21 186 0.04 0.89 0 0.27 297.45 0.8 0.41
Hex B3 15 BA 4 59 0 1B 129 50 29
Octal 263 25 272 4 131 0 33 451 120 51
Binary 10110011 10101 10111010 100 1011001 0 11011 100101001 1010000 101001

Color Harmonies of #B315BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315BA

Black with #B315BA

Text Example


Text Example

White with #B315BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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