Html Css Color HEX #B706AA Deep Magenta

📋 copy color: '#B706AA'

red 183 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #B706AA

Tints of Deep Magenta #B706AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 50.97%
G = 1.67%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B706AA (or 0xB706AA) is known color: Deep Magenta. HEX triplet: B7, 06 and AA. RGB value is (183,6,170). Sum of RGB (Red+Green+Blue) = 183+6+170=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B706AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706AA is #48F955. Grayscale: #4D4D4D. Windows color (decimal): -4782422 or 11142839. OLE color: 11142839.

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

Color convert

RGB 183 6 170 -
CMYK 0 0.97 0.07 0.28
HSL 304.41º 0.94% 0.37% -
HSV(B) 304.41º 0.97% 0.72% -
XYZ 26.85 13.1 39.14 -
YUV 77.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 183 6 170 0 0.97 0.07 0.28 304.41 0.94 0.37
Hex B7 6 AA 0 61 7 1C 130 5E 25
Octal 267 6 252 0 141 7 34 460 136 45
Binary 10110111 110 10101010 0 1100001 111 11100 100110000 1011110 100101

Color Harmonies of #B706AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706AA

Black with #B706AA

Text Example


Text Example

White with #B706AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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