Html Css Color HEX #B706AF Deep Magenta

📋 copy color: '#B706AF'

red 183 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #B706AF

Tints of Deep Magenta #B706AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 50.27%
G = 1.65%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B706AF (or 0xB706AF) is known color: Deep Magenta. HEX triplet: B7, 06 and AF. RGB value is (183,6,175). Sum of RGB (Red+Green+Blue) = 183+6+175=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B706AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706AF is #48F950. Grayscale: #4D4D4D. Windows color (decimal): -4782417 or 11470519. OLE color: 11470519.

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

Color convert

RGB 183 6 175 -
CMYK 0 0.97 0.04 0.28
HSL 302.71º 0.94% 0.37% -
HSV(B) 302.71º 0.97% 0.72% -
XYZ 27.33 13.29 41.68 -
YUV 78.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 183 6 175 0 0.97 0.04 0.28 302.71 0.94 0.37
Hex B7 6 AF 0 61 4 1C 12F 5E 25
Octal 267 6 257 0 141 4 34 457 136 45
Binary 10110111 110 10101111 0 1100001 100 11100 100101111 1011110 100101

Color Harmonies of #B706AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706AF

Black with #B706AF

Text Example


Text Example

White with #B706AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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