Html Css Color HEX #B706A7 Deep Magenta

📋 copy color: '#B706A7'

red 183 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #B706A7

Tints of Deep Magenta #B706A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 51.4%
G = 1.69%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B706A7 (or 0xB706A7) is known color: Deep Magenta. HEX triplet: B7, 06 and A7. RGB value is (183,6,167). Sum of RGB (Red+Green+Blue) = 183+6+167=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B706A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706A7 is #48F958. Grayscale: #4C4C4C. Windows color (decimal): -4782425 or 10946231. OLE color: 10946231.

HSL color Cylindrical-coordinate representation of color #B706A7: hue angle of 305.42º 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 #B706A7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 6 167 -
CMYK 0 0.97 0.09 0.28
HSL 305.42º 0.94% 0.37% -
HSV(B) 305.42º 0.97% 0.72% -
XYZ 26.57 12.99 37.67 -
YUV 77.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 183 6 167 0 0.97 0.09 0.28 305.42 0.94 0.37
Hex B7 6 A7 0 61 9 1C 131 5E 25
Octal 267 6 247 0 141 11 34 461 136 45
Binary 10110111 110 10100111 0 1100001 1001 11100 100110001 1011110 100101

Color Harmonies of #B706A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706A7

Black with #B706A7

Text Example


Text Example

White with #B706A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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