Html Css Color HEX #B706AB Deep Magenta

📋 copy color: '#B706AB'

red 183 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #B706AB

Tints of Deep Magenta #B706AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 50.83%
G = 1.67%
B = 47.5%

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

#B706AB (or 0xB706AB) is known color: Deep Magenta. HEX triplet: B7, 06 and AB. RGB value is (183,6,171). Sum of RGB (Red+Green+Blue) = 183+6+171=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B706AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706AB is #48F954. Grayscale: #4D4D4D. Windows color (decimal): -4782421 or 11208375. OLE color: 11208375.

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

Color convert

RGB 183 6 171 -
CMYK 0 0.97 0.07 0.28
HSL 304.07º 0.94% 0.37% -
HSV(B) 304.07º 0.97% 0.72% -
XYZ 26.94 13.14 39.64 -
YUV 77.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 183 6 171 0 0.97 0.07 0.28 304.07 0.94 0.37
Hex B7 6 AB 0 61 7 1C 130 5E 25
Octal 267 6 253 0 141 7 34 460 136 45
Binary 10110111 110 10101011 0 1100001 111 11100 100110000 1011110 100101

Color Harmonies of #B706AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706AB

Black with #B706AB

Text Example


Text Example

White with #B706AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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