Html Css Color HEX #B316D0 Deep Magenta

📋 copy color: '#B316D0'

red 179 ◦ green 22 ◦ blue 208

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

Shades of Deep Magenta #B316D0

Tints of Deep Magenta #B316D0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.38%

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 43.77%
G = 5.38%
B = 50.86%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B316D0 (or 0xB316D0) is known color: Deep Magenta. HEX triplet: B3, 16 and D0. RGB value is (179,22,208). Sum of RGB (Red+Green+Blue) = 179+22+208=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #B316D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316D0 is #4CE92F. Grayscale: #595959. Windows color (decimal): -5040432 or 13637299. OLE color: 13637299.

HSL color Cylindrical-coordinate representation of color #B316D0: hue angle of 290.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B316D0 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 22 208 -
CMYK 0.14 0.89 0 0.18
HSL 290.65º 0.81% 0.45% -
HSV(B) 290.65º 0.89% 0.82% -
XYZ 30.26 14.71 60.92 -
YUV 90.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 179 22 208 0.14 0.89 0 0.18 290.65 0.81 0.45
Hex B3 16 D0 E 59 0 12 123 51 2D
Octal 263 26 320 16 131 0 22 443 121 55
Binary 10110011 10110 11010000 1110 1011001 0 10010 100100011 1010001 101101

Color Harmonies of #B316D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316D0

Black with #B316D0

Text Example


Text Example

White with #B316D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316D0; }

 p { color: rgb(179,22,208); }

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

background-color css

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

 a { background-color: rgb(179,22,208); }

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

border-color css

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

 span { border-color: rgb(179,22,208); }

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