Html Css Color HEX #B706C9 Deep Magenta

📋 copy color: '#B706C9'

red 183 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #B706C9

Tints of Deep Magenta #B706C9

RGB

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

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

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

R = 46.92%
G = 1.54%
B = 51.54%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B706C9 (or 0xB706C9) is known color: Deep Magenta. HEX triplet: B7, 06 and C9. RGB value is (183,6,201). Sum of RGB (Red+Green+Blue) = 183+6+201=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #B706C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706C9 is #48F936. Grayscale: #505050. Windows color (decimal): -4782391 or 13174455. OLE color: 13174455.

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

Color convert

RGB 183 6 201 -
CMYK 0.09 0.97 0 0.21
HSL 294.46º 0.94% 0.41% -
HSV(B) 294.46º 0.97% 0.79% -
XYZ 30.14 14.41 56.45 -
YUV 81.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 183 6 201 0.09 0.97 0 0.21 294.46 0.94 0.41
Hex B7 6 C9 9 61 0 15 126 5E 29
Octal 267 6 311 11 141 0 25 446 136 51
Binary 10110111 110 11001001 1001 1100001 0 10101 100100110 1011110 101001

Color Harmonies of #B706C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706C9

Black with #B706C9

Text Example


Text Example

White with #B706C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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