Html Css Color HEX #B706D9 Deep Magenta

📋 copy color: '#B706D9'

red 183 ◦ green 6 ◦ blue 217

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

Shades of Deep Magenta #B706D9

Tints of Deep Magenta #B706D9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

 BLUE value IS 217 (85.16% from 255) = 53.45%

R = 45.07%
G = 1.48%
B = 53.45%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B706D9 (or 0xB706D9) is known color: Deep Magenta. HEX triplet: B7, 06 and D9. RGB value is (183,6,217). Sum of RGB (Red+Green+Blue) = 183+6+217=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #B706D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706D9 is #48F926. Grayscale: #525252. Windows color (decimal): -4782375 or 14223031. OLE color: 14223031.

HSL color Cylindrical-coordinate representation of color #B706D9: hue angle of 290.33º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706D9 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 6 217 -
CMYK 0.16 0.97 0 0.15
HSL 290.33º 0.95% 0.44% -
HSV(B) 290.33º 0.97% 0.85% -
XYZ 32.12 15.21 66.89 -
YUV 82.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 183 6 217 0.16 0.97 0 0.15 290.33 0.95 0.44
Hex B7 6 D9 10 61 0 F 122 5F 2C
Octal 267 6 331 20 141 0 17 442 137 54
Binary 10110111 110 11011001 10000 1100001 0 1111 100100010 1011111 101100

Color Harmonies of #B706D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706D9

Black with #B706D9

Text Example


Text Example

White with #B706D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706D9; }

 p { color: rgb(183,6,217); }

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

background-color css

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

 a { background-color: rgb(183,6,217); }

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

border-color css

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

 span { border-color: rgb(183,6,217); }

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