Html Css Color HEX #B316CC Deep Magenta

📋 copy color: '#B316CC'

red 179 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #B316CC

Tints of Deep Magenta #B316CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 44.2%
G = 5.43%
B = 50.37%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B316CC (or 0xB316CC) is known color: Deep Magenta. HEX triplet: B3, 16 and CC. RGB value is (179,22,204). Sum of RGB (Red+Green+Blue) = 179+22+204=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B316CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316CC is #4CE933. Grayscale: #595959. Windows color (decimal): -5040436 or 13375155. OLE color: 13375155.

HSL color Cylindrical-coordinate representation of color #B316CC: hue angle of 291.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B316CC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 22 204 -
CMYK 0.12 0.89 0 0.2
HSL 291.76º 0.81% 0.44% -
HSV(B) 291.76º 0.89% 0.8% -
XYZ 29.78 14.52 58.36 -
YUV 89.69 192.51 191.7 -
System Red Green Blue C M Y K H S L
Decimal 179 22 204 0.12 0.89 0 0.2 291.76 0.81 0.44
Hex B3 16 CC C 59 0 14 124 51 2C
Octal 263 26 314 14 131 0 24 444 121 54
Binary 10110011 10110 11001100 1100 1011001 0 10100 100100100 1010001 101100

Color Harmonies of #B316CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316CC

Black with #B316CC

Text Example


Text Example

White with #B316CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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