Html Css Color HEX #B706A4 Medium Violet Red

📋 copy color: '#B706A4'

red 183 ◦ green 6 ◦ blue 164

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

Shades of Medium Violet Red #B706A4

Tints of Medium Violet Red #B706A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.46%

R = 51.84%
G = 1.7%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B706A4 (or 0xB706A4) is known color: Medium Violet Red. HEX triplet: B7, 06 and A4. RGB value is (183,6,164). Sum of RGB (Red+Green+Blue) = 183+6+164=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B706A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B706A4 is #48F95B. Grayscale: #4C4C4C. Windows color (decimal): -4782428 or 10749623. OLE color: 10749623.

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

Color convert

RGB 183 6 164 -
CMYK 0 0.97 0.10 0.28
HSL 306.44º 0.94% 0.37% -
HSV(B) 306.44º 0.97% 0.72% -
XYZ 26.29 12.88 36.22 -
YUV 76.94 177.14 203.65 -
System Red Green Blue C M Y K H S L
Decimal 183 6 164 0 0.97 0.10 0.28 306.44 0.94 0.37
Hex B7 6 A4 0 61 A 1C 132 5E 25
Octal 267 6 244 0 141 12 34 462 136 45
Binary 10110111 110 10100100 0 1100001 1010 11100 100110010 1011110 100101

Color Harmonies of #B706A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B706A4

Black with #B706A4

Text Example


Text Example

White with #B706A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B706A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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