Html Css Color HEX #B716C9 Deep Magenta

📋 copy color: '#B716C9'

red 183 ◦ green 22 ◦ blue 201

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

Shades of Deep Magenta #B716C9

Tints of Deep Magenta #B716C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 45.07%
G = 5.42%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B716C9 (or 0xB716C9) is known color: Deep Magenta. HEX triplet: B7, 16 and C9. RGB value is (183,22,201). Sum of RGB (Red+Green+Blue) = 183+22+201=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #B716C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716C9 is #48E936. Grayscale: #595959. Windows color (decimal): -4778295 or 13178551. OLE color: 13178551.

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

Color convert

RGB 183 22 201 -
CMYK 0.09 0.89 0 0.21
HSL 293.97º 0.8% 0.44% -
HSV(B) 293.97º 0.89% 0.79% -
XYZ 30.36 14.86 56.53 -
YUV 90.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 183 22 201 0.09 0.89 0 0.21 293.97 0.8 0.44
Hex B7 16 C9 9 59 0 15 126 50 2C
Octal 267 26 311 11 131 0 25 446 120 54
Binary 10110111 10110 11001001 1001 1011001 0 10101 100100110 1010000 101100

Color Harmonies of #B716C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716C9

Black with #B716C9

Text Example


Text Example

White with #B716C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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