Html Css Color HEX #B716D6 Deep Magenta

📋 copy color: '#B716D6'

red 183 ◦ green 22 ◦ blue 214

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

Shades of Deep Magenta #B716D6

Tints of Deep Magenta #B716D6

RGB

 RED value IS 183 (71.88% from 255) = 43.68%

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

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 43.68%
G = 5.25%
B = 51.07%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B716D6 (or 0xB716D6) is known color: Deep Magenta. HEX triplet: B7, 16 and D6. RGB value is (183,22,214). Sum of RGB (Red+Green+Blue) = 183+22+214=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #B716D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716D6 is #48E929. Grayscale: #5B5B5B. Windows color (decimal): -4778282 or 14030519. OLE color: 14030519.

HSL color Cylindrical-coordinate representation of color #B716D6: hue angle of 290.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B716D6 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 22 214 -
CMYK 0.14 0.90 0 0.16
HSL 290.31º 0.81% 0.46% -
HSV(B) 290.31º 0.9% 0.84% -
XYZ 31.95 15.5 64.93 -
YUV 92.03 196.84 192.89 -
System Red Green Blue C M Y K H S L
Decimal 183 22 214 0.14 0.90 0 0.16 290.31 0.81 0.46
Hex B7 16 D6 E 5A 0 10 122 51 2E
Octal 267 26 326 16 132 0 20 442 121 56
Binary 10110111 10110 11010110 1110 1011010 0 10000 100100010 1010001 101110

Color Harmonies of #B716D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716D6

Black with #B716D6

Text Example


Text Example

White with #B716D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716D6; }

 p { color: rgb(183,22,214); }

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

background-color css

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

 a { background-color: rgb(183,22,214); }

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

border-color css

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

 span { border-color: rgb(183,22,214); }

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