Html Css Color HEX #B716CE Deep Magenta

📋 copy color: '#B716CE'

red 183 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #B716CE

Tints of Deep Magenta #B716CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 44.53%
G = 5.35%
B = 50.12%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B716CE (or 0xB716CE) is known color: Deep Magenta. HEX triplet: B7, 16 and CE. RGB value is (183,22,206). Sum of RGB (Red+Green+Blue) = 183+22+206=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B716CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716CE is #48E931. Grayscale: #5A5A5A. Windows color (decimal): -4778290 or 13506231. OLE color: 13506231.

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

Color convert

RGB 183 22 206 -
CMYK 0.11 0.89 0 0.19
HSL 292.5º 0.81% 0.45% -
HSV(B) 292.5º 0.89% 0.81% -
XYZ 30.96 15.1 59.68 -
YUV 91.12 192.84 193.54 -
System Red Green Blue C M Y K H S L
Decimal 183 22 206 0.11 0.89 0 0.19 292.5 0.81 0.45
Hex B7 16 CE B 59 0 13 124 51 2D
Octal 267 26 316 13 131 0 23 444 121 55
Binary 10110111 10110 11001110 1011 1011001 0 10011 100100100 1010001 101101

Color Harmonies of #B716CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716CE

Black with #B716CE

Text Example


Text Example

White with #B716CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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