Html Css Color HEX #B706B5 Deep Magenta

📋 copy color: '#B706B5'

red 183 ◦ green 6 ◦ blue 181

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

Shades of Deep Magenta #B706B5

Tints of Deep Magenta #B706B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.92%

R = 49.46%
G = 1.62%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B706B5 (or 0xB706B5) is known color: Deep Magenta. HEX triplet: B7, 06 and B5. RGB value is (183,6,181). Sum of RGB (Red+Green+Blue) = 183+6+181=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B706B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706B5 is #48F94A. Grayscale: #4E4E4E. Windows color (decimal): -4782411 or 11863735. OLE color: 11863735.

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

Color convert

RGB 183 6 181 -
CMYK 0 0.97 0.01 0.28
HSL 300.68º 0.94% 0.37% -
HSV(B) 300.68º 0.97% 0.72% -
XYZ 27.93 13.53 44.86 -
YUV 78.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 183 6 181 0 0.97 0.01 0.28 300.68 0.94 0.37
Hex B7 6 B5 0 61 1 1C 12D 5E 25
Octal 267 6 265 0 141 1 34 455 136 45
Binary 10110111 110 10110101 0 1100001 1 11100 100101101 1011110 100101

Color Harmonies of #B706B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706B5

Black with #B706B5

Text Example


Text Example

White with #B706B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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