Html Css Color HEX #B318BA Deep Magenta

📋 copy color: '#B318BA'

red 179 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B318BA

Tints of Deep Magenta #B318BA

RGB

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

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

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

R = 46.02%
G = 6.17%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B318BA (or 0xB318BA) is known color: Deep Magenta. HEX triplet: B3, 18 and BA. RGB value is (179,24,186). Sum of RGB (Red+Green+Blue) = 179+24+186=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #B318BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318BA is #4CE745. Grayscale: #585858. Windows color (decimal): -5039942 or 12196019. OLE color: 12196019.

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

Color convert

RGB 179 24 186 -
CMYK 0.04 0.87 0 0.27
HSL 297.41º 0.77% 0.41% -
HSV(B) 297.41º 0.87% 0.73% -
XYZ 27.78 13.78 47.65 -
YUV 88.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 179 24 186 0.04 0.87 0 0.27 297.41 0.77 0.41
Hex B3 18 BA 4 57 0 1B 129 4D 29
Octal 263 30 272 4 127 0 33 451 115 51
Binary 10110011 11000 10111010 100 1010111 0 11011 100101001 1001101 101001

Color Harmonies of #B318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318BA

Black with #B318BA

Text Example


Text Example

White with #B318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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