Html Css Color HEX #B706AC Deep Magenta

📋 copy color: '#B706AC'

red 183 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #B706AC

Tints of Deep Magenta #B706AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 50.69%
G = 1.66%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B706AC (or 0xB706AC) is known color: Deep Magenta. HEX triplet: B7, 06 and AC. RGB value is (183,6,172). Sum of RGB (Red+Green+Blue) = 183+6+172=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B706AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706AC is #48F953. Grayscale: #4D4D4D. Windows color (decimal): -4782420 or 11273911. OLE color: 11273911.

HSL color Cylindrical-coordinate representation of color #B706AC: hue angle of 303.73º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706AC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 6 172 -
CMYK 0 0.97 0.06 0.28
HSL 303.73º 0.94% 0.37% -
HSV(B) 303.73º 0.97% 0.72% -
XYZ 27.04 13.18 40.15 -
YUV 77.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 183 6 172 0 0.97 0.06 0.28 303.73 0.94 0.37
Hex B7 6 AC 0 61 6 1C 130 5E 25
Octal 267 6 254 0 141 6 34 460 136 45
Binary 10110111 110 10101100 0 1100001 110 11100 100110000 1011110 100101

Color Harmonies of #B706AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706AC

Black with #B706AC

Text Example


Text Example

White with #B706AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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